diff options
| author | Billingsly Wetherfordshire <phowl.mouth@gmail.com> | 2014-03-20 20:28:37 -0500 |
|---|---|---|
| committer | Billingsly Wetherfordshire <phowl.mouth@gmail.com> | 2014-03-20 20:28:37 -0500 |
| commit | bee118a55e3ef289744c52e56f612a4bfd9b48c6 (patch) | |
| tree | 4532fb1fa251780fef10a3d3be448422abb912d2 | |
| parent | c7f06cfe20eadfdc98048eb7fbe1ac92182b4f9f (diff) | |
| parent | cacc0f8c2b8125924127672677858dde82031757 (diff) | |
| download | packages-bee118a55e3ef289744c52e56f612a4bfd9b48c6.tar.gz packages-bee118a55e3ef289744c52e56f612a4bfd9b48c6.zip | |
Merge pull request #50 from Varriount/master
Add 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..7723ba7 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", "wrapper"], + "description": "Wrapper for the DevIL image library", + "license": "MIT", + "web": "https://github.com/Varriount/DevIL" } ] |
