diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2013-05-26 16:24:01 -0700 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2013-05-26 16:24:01 -0700 |
| commit | 86e41c59e63c8417666aaf3850d12dd10c2cdaa4 (patch) | |
| tree | 38e7c8949a42099f11c41fdeb297cff67de70b8a | |
| parent | 97fbd8a94d8bf2803f9af0833faaf6627e96a392 (diff) | |
| parent | 048fa737a91a4079370d6936ff6c7cba69b3158a (diff) | |
| download | packages-86e41c59e63c8417666aaf3850d12dd10c2cdaa4.tar.gz packages-86e41c59e63c8417666aaf3850d12dd10c2cdaa4.zip | |
Merge pull request #13 from rafaelvasco/master
Added nimrod-glfw to packages
| -rw-r--r-- | packages.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 18d4c4c..cde20ce 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" } ] |
