From f177208fe28a1b1b10072dce59744f44dc4118a0 Mon Sep 17 00:00:00 2001 From: Rafael Vasco Date: Sun, 26 May 2013 19:09:43 -0300 Subject: [PATCH] Added nimrod-glfw data --- packages.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/packages.json b/packages.json index 18d4c4c..d9d57a0 100644 --- a/packages.json +++ b/packages.json @@ -96,6 +96,15 @@ "tags": ["build", "automation", "sortof"], "description": "make-like for Nimrod. Describe your builds as tasks!", "license": "MIT" + }, + + { + "name": "nimrod-glfw", + "url": "git://github.com/rafaelvasco/nimrod-glfw", + "method": "git", + "tags": ["library", "glfw", "opengl", "windowing", "game"], + "description": "Nimrod bindings for GLFW library", + "license": "MIT" } ]