diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2016-12-10 09:49:05 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-12-10 09:49:05 +0100 |
| commit | 03c217958a3f638222cd04cb57b60c3f77d7a2ec (patch) | |
| tree | c7e91d076b0f55de682ae22298a267ee0d3a58ae | |
| parent | a040cc2f4ad4655540f84ffa0c6f9737a017a318 (diff) | |
| parent | 6b15c5087d45dd584b737d395e0a4074d5ed4b8c (diff) | |
| download | packages-03c217958a3f638222cd04cb57b60c3f77d7a2ec.tar.gz packages-03c217958a3f638222cd04cb57b60c3f77d7a2ec.zip | |
Merge pull request #436 from define-private-public/master
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..17d1a08 100644 --- a/packages.json +++ b/packages.json @@ -5538,5 +5538,20 @@ "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", + "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" } ] |
