From 4f695a838482b9ed52ef9dd9386be1c6aa38c9ef Mon Sep 17 00:00:00 2001 From: Vladar Date: Tue, 11 Dec 2012 22:16:33 +0200 Subject: [PATCH] added libtcod-nim --- packages.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/packages.json b/packages.json index b4e6835..d493e68 100644 --- a/packages.json +++ b/packages.json @@ -8,6 +8,15 @@ "license": "MIT" }, + { + "name": "libtcod-nim", + "url": "git://github.com/Vladar4/libtcod-nim/", + "method": "git", + "tags": ["roguelike", "game", "library", "engine", "sdl", "opengl", "glsl"], + "description": "Wrapper of the libtcod library for the Nimrod language.", + "license": "MIT" + }, + { "name": "nimgame", "url": "git://github.com/Vladar4/nimgame/",