aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2016-02-15 17:50:23 +0000
committerDominik Picheta <dominikpicheta@googlemail.com>2016-02-15 17:50:23 +0000
commitfb1df276ce254b1d8ac851a295d6004b0bcfd07b (patch)
tree1a159f6beb8967541159e294dc195c052dcc8029
parentc76390a9b2a7b0002b32aabf02ddc6d23aa7d162 (diff)
parent5927394e3c3df5a153c0066f573bf0d657287c7f (diff)
downloadpackages-fb1df276ce254b1d8ac851a295d6004b0bcfd07b.tar.gz
packages-fb1df276ce254b1d8ac851a295d6004b0bcfd07b.zip
Merge pull request #317 from matkuki/patch-1
chipmunk update
-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"
},