diff options
| author | Benjamin Summerton <define-private-public@users.noreply.github.com> | 2016-12-09 18:42:39 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-12-09 18:42:39 -0500 |
| commit | 479410c4705aad9a2fd4047d7d3333fa1afa6563 (patch) | |
| tree | 55fa82bebb1a9ca2a2685ac353c154a3bdd10e0e | |
| parent | a040cc2f4ad4655540f84ffa0c6f9737a017a318 (diff) | |
| download | packages-479410c4705aad9a2fd4047d7d3333fa1afa6563.tar.gz packages-479410c4705aad9a2fd4047d7d3333fa1afa6563.zip | |
Added stb_image package
| -rw-r--r-- | packages.json | 15 |
1 files changed, 15 insertions, 0 deletions
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" + } ] |
