From 0de0ba56724b11644acbd699caf14dd399743abf Mon Sep 17 00:00:00 2001 From: charlie barto Date: Sat, 8 Mar 2014 01:41:21 -0500 Subject: [PATCH 1/3] added assimp wrapper --- packages.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/packages.json b/packages.json index 3fffeb3..87ce7e2 100644 --- a/packages.json +++ b/packages.json @@ -533,4 +533,13 @@ "web":"https://github.com/nimrod-code/sdl2" }, + { + "name":"nim-assimp", + "url":"git://github.com/barcharcraz/nim-assimp", + "method":"git", + "tags":["wrapper","media","mesh","import","game"], + "description":"Wrapper for the assimp library", + "license":"MIT", + "web":"https://github.com/barcharcraz/nim-assimp" + }, ] From 13f543c99a3abd91188e2c08997af0d11b0bf5b2 Mon Sep 17 00:00:00 2001 From: charlie barto Date: Sat, 8 Mar 2014 20:44:08 -0500 Subject: [PATCH 2/3] added the nim-freeimage freeimage wrapper --- packages.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/packages.json b/packages.json index 87ce7e2..598264c 100644 --- a/packages.json +++ b/packages.json @@ -542,4 +542,13 @@ "license":"MIT", "web":"https://github.com/barcharcraz/nim-assimp" }, + { + "name":"nim-freeimage", + "url":"git://github.com/barcharcraz/nim-freeimage", + "method":"git", + "tags":["wrapper","media","image","import","game"], + "description":"Wrapper for the FreeImage library", + "license":"MIT", + "web":"https://github.com/barcharcraz/nim-freeimage" + }, ] From fc16c49ec7bfb0260c514393d0717df462b82ab9 Mon Sep 17 00:00:00 2001 From: Charlie Barto Date: Sun, 9 Mar 2014 01:44:17 -0500 Subject: [PATCH 3/3] Update packages.json --- packages.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages.json b/packages.json index 598264c..63d848a 100644 --- a/packages.json +++ b/packages.json @@ -534,7 +534,7 @@ }, { - "name":"nim-assimp", + "name":"assimp", "url":"git://github.com/barcharcraz/nim-assimp", "method":"git", "tags":["wrapper","media","mesh","import","game"], @@ -543,7 +543,7 @@ "web":"https://github.com/barcharcraz/nim-assimp" }, { - "name":"nim-freeimage", + "name":"freeimage", "url":"git://github.com/barcharcraz/nim-freeimage", "method":"git", "tags":["wrapper","media","image","import","game"],