diff options
| author | Billingsly Wetherfordshire <phowl.mouth@gmail.com> | 2013-06-11 05:54:02 -0600 |
|---|---|---|
| committer | Billingsly Wetherfordshire <phowl.mouth@gmail.com> | 2013-06-11 05:54:02 -0600 |
| commit | 0fc804baf1f565aed13e9981105e993205bbc7e2 (patch) | |
| tree | 7514ffeb4cc5cf5eb3b616a253af33b1b35a4e07 | |
| parent | 86e41c59e63c8417666aaf3850d12dd10c2cdaa4 (diff) | |
| download | packages-0fc804baf1f565aed13e9981105e993205bbc7e2.tar.gz packages-0fc804baf1f565aed13e9981105e993205bbc7e2.zip | |
add chipmunk
| -rw-r--r-- | packages.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json index cde20ce..d908e14 100644 --- a/packages.json +++ b/packages.json @@ -105,6 +105,15 @@ "tags": ["library", "glfw", "opengl", "windowing", "game"], "description": "Nimrod bindings for GLFW library.", "license": "MIT" + }, + + { + "name": "chipmunk", + "url": "git://github.com/fowlmouth/nimrod-chipmunk/", + "method": "git", + "tags": ["library", "physics", "game"], + "description": "Binding for Chipmunk 6.1", + "license": "MIT" } ] |
