diff options
| author | matkuki <kukovecmatic@hotmail.com> | 2016-02-15 17:30:08 +0100 |
|---|---|---|
| committer | matkuki <kukovecmatic@hotmail.com> | 2016-02-15 17:30:08 +0100 |
| commit | 5927394e3c3df5a153c0066f573bf0d657287c7f (patch) | |
| tree | 1a159f6beb8967541159e294dc195c052dcc8029 | |
| parent | 5929588dd6d352416bfb47dcd920cda1bb12afad (diff) | |
| download | packages-5927394e3c3df5a153c0066f573bf0d657287c7f.tar.gz packages-5927394e3c3df5a153c0066f573bf0d657287c7f.zip | |
Update packages.json
Added the old wrapper module for backwards compatibility
| -rw-r--r-- | packages.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 6113be8..8826b8f 100644 --- a/packages.json +++ b/packages.json @@ -184,6 +184,19 @@ "web": "https://github.com/rafaelvasco/nimrod-glfw" }, { + "name": "chipmunk", + "url": "git://github.com/fowlmouth/nimrod-chipmunk/", + "method": "git", + "tags": [ + "library", + "physics", + "game" + ], + "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", |
