diff options
| author | Varriount <Varriount@users.noreply.github.com> | 2014-03-20 21:26:01 -0400 |
|---|---|---|
| committer | Varriount <Varriount@users.noreply.github.com> | 2014-03-20 21:26:01 -0400 |
| commit | 616dad2c6924193c445625c4c1a415bf37226508 (patch) | |
| tree | ab54cb340ed810f2a3962bc57a6613c1d0f0b8d6 | |
| parent | c7f06cfe20eadfdc98048eb7fbe1ac92182b4f9f (diff) | |
| download | packages-616dad2c6924193c445625c4c1a415bf37226508.tar.gz packages-616dad2c6924193c445625c4c1a415bf37226508.zip | |
Update packages.json
Added DevIL wrapper repo
| -rw-r--r-- | packages.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json index d1e1caf..90c4e33 100644 --- a/packages.json +++ b/packages.json @@ -568,5 +568,14 @@ "description": "Low-level wrapper for OpenCL", "license": "MIT", "web": "https://github.com/nimrod-code/opencl" + }, + { + "name": "DevIL", + "url": "git://github.com/Varriount/DevIL", + "method": "git", + "tags": ["image", "library", "graphics"], + "description": "Wrapper for the DevIL image library", + "license": "MIT", + "web": "https://github.com/Varriount/DevIL" } ] |
