From 616dad2c6924193c445625c4c1a415bf37226508 Mon Sep 17 00:00:00 2001 From: Varriount Date: Thu, 20 Mar 2014 21:26:01 -0400 Subject: [PATCH 1/2] Update packages.json Added DevIL wrapper repo --- packages.json | 9 +++++++++ 1 file changed, 9 insertions(+) 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" } ] From cacc0f8c2b8125924127672677858dde82031757 Mon Sep 17 00:00:00 2001 From: Varriount Date: Thu, 20 Mar 2014 21:26:22 -0400 Subject: [PATCH 2/2] Update packages.json --- packages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 90c4e33..7723ba7 100644 --- a/packages.json +++ b/packages.json @@ -573,7 +573,7 @@ "name": "DevIL", "url": "git://github.com/Varriount/DevIL", "method": "git", - "tags": ["image", "library", "graphics"], + "tags": ["image", "library", "graphics", "wrapper"], "description": "Wrapper for the DevIL image library", "license": "MIT", "web": "https://github.com/Varriount/DevIL"