aboutsummaryrefslogtreecommitdiff
path: root/packages.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages.json')
-rw-r--r--packages.json15
1 files changed, 14 insertions, 1 deletions
diff --git a/packages.json b/packages.json
index 07016ff..8826b8f 100644
--- a/packages.json
+++ b/packages.json
@@ -192,7 +192,20 @@
"physics",
"game"
],
- "description": "Binding for Chipmunk 6.1",
+ "description": "Bindings for Chipmunk2D 6.x physics library (for backwards compatibility)",
+ "license": "MIT",
+ "web": "https://github.com/fowlmouth/nimrod-chipmunk"
+ },
+ {
+ "name": "chipmunk6",
+ "url": "git://github.com/fowlmouth/nimrod-chipmunk/",
+ "method": "git",
+ "tags": [
+ "library",
+ "physics",
+ "game"
+ ],
+ "description": "Bindings for Chipmunk2D 6.x physics library",
"license": "MIT",
"web": "https://github.com/fowlmouth/nimrod-chipmunk"
},