diff options
| author | Rafael Vasco <rafaelvasco87@gmail.com> | 2013-05-26 19:09:43 -0300 |
|---|---|---|
| committer | Rafael Vasco <rafaelvasco87@gmail.com> | 2013-05-26 19:09:43 -0300 |
| commit | f177208fe28a1b1b10072dce59744f44dc4118a0 (patch) | |
| tree | c5472cbcdecf761663c27b55cab38f98b88ed0e8 | |
| parent | 97fbd8a94d8bf2803f9af0833faaf6627e96a392 (diff) | |
| download | packages-f177208fe28a1b1b10072dce59744f44dc4118a0.tar.gz packages-f177208fe28a1b1b10072dce59744f44dc4118a0.zip | |
Added nimrod-glfw data
| -rw-r--r-- | packages.json | 9 |
1 files changed, 9 insertions, 0 deletions
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" } ] |
