From 479410c4705aad9a2fd4047d7d3333fa1afa6563 Mon Sep 17 00:00:00 2001 From: Benjamin Summerton Date: Fri, 9 Dec 2016 18:42:39 -0500 Subject: [PATCH 1/2] Added stb_image package --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 1fd6200..ab880c7 100644 --- a/packages.json +++ b/packages.json @@ -5539,4 +5539,19 @@ "license": "LGPLv3", "web": "https://github.com/FedericoCeratto/nim-etcd-client" } + { + "name": "stb_image", + "url": "https://gitlab.com/define-private-public/stb_image-Nim", + "method": "git", + "tags": [ + "stb", + "image", + "graphics", + "io", + "wrapper" + ], + "description": "A wrapper for stb_image, stb_image_write, and stb_image_resize.", + "license": "Unlicense (Public Domain)", + "web": "https://gitlab.com/define-private-public/stb_image-Nim" + } ] From 6b15c5087d45dd584b737d395e0a4074d5ed4b8c Mon Sep 17 00:00:00 2001 From: Benjamin Summerton Date: Fri, 9 Dec 2016 22:46:43 -0500 Subject: [PATCH 2/2] Forgot a comma... --- packages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages.json b/packages.json index ab880c7..17d1a08 100644 --- a/packages.json +++ b/packages.json @@ -5538,7 +5538,7 @@ "description": "etcd client library", "license": "LGPLv3", "web": "https://github.com/FedericoCeratto/nim-etcd-client" - } + }, { "name": "stb_image", "url": "https://gitlab.com/define-private-public/stb_image-Nim",