diff options
| author | Henrique Dias <mrhdias@gmail.com> | 2019-03-27 06:11:32 +0000 |
|---|---|---|
| committer | Miran <narimiran@disroot.org> | 2019-03-27 07:11:32 +0100 |
| commit | 23f5bbb57b88abcd1e9b44f76d91f6c64b5a3f44 (patch) | |
| tree | 8a6436c4ac4a477b71ad444728d8c4c192440456 | |
| parent | 966405781323b5a171368228c9bfd44db72bde50 (diff) | |
| download | packages-23f5bbb57b88abcd1e9b44f76d91f6c64b5a3f44.tar.gz packages-23f5bbb57b88abcd1e9b44f76d91f6c64b5a3f44.zip | |
Added package nim-libgd (#1040)
| -rw-r--r-- | packages.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 6c45711..1547584 100644 --- a/packages.json +++ b/packages.json @@ -12937,5 +12937,20 @@ "description": "wrapper for the sendmail command", "license": "MIT", "web": "https://github.com/coocheenin/easymail" + }, + { + "name": "nim-libgd", + "url": "https://github.com/mrhdias/nim-libgd", + "method": "git", + "tags": [ + "image", + "graphics", + "wrapper", + "libgd", + "2d" + ], + "description": "Nim Wrapper for LibGD 2.x", + "license": "MIT", + "web": "https://github.com/mrhdias/nim-libgd" } ] |
