Update packages.json
Added the old wrapper module for backwards compatibility
This commit is contained in:
parent
5929588dd6
commit
5927394e3c
1 changed files with 13 additions and 0 deletions
|
|
@ -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/",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue