From 23f5bbb57b88abcd1e9b44f76d91f6c64b5a3f44 Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Wed, 27 Mar 2019 06:11:32 +0000 Subject: [PATCH] Added package nim-libgd (#1040) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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" } ]