diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2017-03-28 18:47:14 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-28 18:47:14 +0200 |
| commit | dd9e9fd06f5daf1d8f321e028135002b4c9b9f2d (patch) | |
| tree | 9bd9eb5e4365a1ec877591f3e72250ab680a94fd | |
| parent | a9aa823eb3fc772118f3f8fedb813f9d87f382d7 (diff) | |
| parent | 5bf8a952a1e9100eb98b9b24b08ef3c6742e0de6 (diff) | |
| download | packages-dd9e9fd06f5daf1d8f321e028135002b4c9b9f2d.tar.gz packages-dd9e9fd06f5daf1d8f321e028135002b4c9b9f2d.zip | |
Merge pull request #488 from Parashurama/master
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 823011b..445fac8 100644 --- a/packages.json +++ b/packages.json @@ -6126,6 +6126,18 @@ "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" + }, + { "name": "sysrandom", "url": "https://github.com/euantorano/sysrandom.nim", "method": "git", |
