From 13f543c99a3abd91188e2c08997af0d11b0bf5b2 Mon Sep 17 00:00:00 2001 From: charlie barto Date: Sat, 8 Mar 2014 20:44:08 -0500 Subject: [PATCH] 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" + }, ]