aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2013-06-27 05:31:21 -0700
committerDominik Picheta <dominikpicheta@googlemail.com>2013-06-27 05:31:21 -0700
commitfd5dec75a441eb149d31d04c35391ff46479cd6f (patch)
tree048928eafb2a2406827f16588961b228902f2823
parent839496524d0358baad9afd2713b82d10b33d2bda (diff)
parentdda29126143711cfe79bf148ecc6e03105c3adc4 (diff)
downloadpackages-fd5dec75a441eb149d31d04c35391ff46479cd6f.tar.gz
packages-fd5dec75a441eb149d31d04c35391ff46479cd6f.zip
Merge pull request #17 from EXetoC/master
Add the glfw3 package.
-rw-r--r--packages.json9
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"
}
]