aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"
}
]