aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2013-06-11 09:32:01 -0700
committerDominik Picheta <dominikpicheta@googlemail.com>2013-06-11 09:32:01 -0700
commit0da50d43f76fabca332cf13f7a8f3892d001e96e (patch)
tree7514ffeb4cc5cf5eb3b616a253af33b1b35a4e07
parent86e41c59e63c8417666aaf3850d12dd10c2cdaa4 (diff)
parent0fc804baf1f565aed13e9981105e993205bbc7e2 (diff)
downloadpackages-0da50d43f76fabca332cf13f7a8f3892d001e96e.tar.gz
packages-0da50d43f76fabca332cf13f7a8f3892d001e96e.zip
Merge pull request #14 from fowlmouth/patch-5
add chipmunk
-rw-r--r--packages.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index cde20ce..d908e14 100644
--- a/packages.json
+++ b/packages.json
@@ -105,6 +105,15 @@
"tags": ["library", "glfw", "opengl", "windowing", "game"],
"description": "Nimrod bindings for GLFW library.",
"license": "MIT"
+ },
+
+ {
+ "name": "chipmunk",
+ "url": "git://github.com/fowlmouth/nimrod-chipmunk/",
+ "method": "git",
+ "tags": ["library", "physics", "game"],
+ "description": "Binding for Chipmunk 6.1",
+ "license": "MIT"
}
]