Added nimrod-glfw data

This commit is contained in:
Rafael Vasco 2013-05-26 19:09:43 -03:00
parent 97fbd8a94d
commit f177208fe2

View File

@ -96,6 +96,15 @@
"tags": ["build", "automation", "sortof"], "tags": ["build", "automation", "sortof"],
"description": "make-like for Nimrod. Describe your builds as tasks!", "description": "make-like for Nimrod. Describe your builds as tasks!",
"license": "MIT" "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"
} }
] ]