diff options
| author | Parashurama <Rhagdamaziel@ymail.com> | 2017-03-27 20:23:38 +0200 |
|---|---|---|
| committer | Parashurama <Rhagdamaziel@ymail.com> | 2017-03-27 20:26:24 +0200 |
| commit | 8d253070afcc9ccf5f1ba4dff0a07b0f81af1c8a (patch) | |
| tree | 739b81d3bcef10ad3ab9b5ebb11d2769123f9e48 | |
| parent | 10c67faac438631c7b1c22d87eb153291dfdc008 (diff) | |
| download | packages-8d253070afcc9ccf5f1ba4dff0a07b0f81af1c8a.tar.gz packages-8d253070afcc9ccf5f1ba4dff0a07b0f81af1c8a.zip | |
add fontconfig module
| -rw-r--r-- | packages.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages.json b/packages.json index b38b309..a3f566d 100644 --- a/packages.json +++ b/packages.json @@ -6124,5 +6124,17 @@ "description": "Storage, localStorage, and sessionStorage bindigs for Nim's JavaScript backend.", "license": "MIT", "web": "https://bitbucket.org/moigagoo/storage/" + }, + { + "name": "fontconfig", + "url": "https://github.com/Parashurama/fontconfig", + "method": "git", + "tags": [ + "fontconfig", + "font" + ], + "description": "Low level wrapper for the fontconfig library.", + "license": "Fontconfig License", + "web": "https://github.com/Parashurama/fontconfig" } ] |
