diff options
| author | Erik Johansson Andersson <EXetoC@gmail.com> | 2013-06-26 19:27:34 +0200 |
|---|---|---|
| committer | Erik Johansson Andersson <EXetoC@gmail.com> | 2013-06-26 19:27:34 +0200 |
| commit | dda29126143711cfe79bf148ecc6e03105c3adc4 (patch) | |
| tree | 048928eafb2a2406827f16588961b228902f2823 | |
| parent | 839496524d0358baad9afd2713b82d10b33d2bda (diff) | |
| download | packages-dda29126143711cfe79bf148ecc6e03105c3adc4.tar.gz packages-dda29126143711cfe79bf148ecc6e03105c3adc4.zip | |
Add library
Ohai!
| -rw-r--r-- | packages.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json index d908e14..455f0db 100644 --- a/packages.json +++ b/packages.json @@ -114,6 +114,15 @@ "tags": ["library", "physics", "game"], "description": "Binding for Chipmunk 6.1", "license": "MIT" + }, + + { + "name": "nimrod-glfw3", + "url": "git://github.com/EXetoC/nimrod-glfw3/", + "method": "git", + "tags": ["library", "glfw", "opengl", "windowing", "game"], + "description": "A High-level GLFW 3 wrapper for the Nimrod programming language", + "license": "MIT" } ] |
