Update packages.json

Added the old wrapper module for backwards compatibility
This commit is contained in:
matkuki 2016-02-15 17:30:08 +01:00
parent 5929588dd6
commit 5927394e3c

View File

@ -183,6 +183,19 @@
"license": "MIT",
"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/",