diff --git a/packages.json b/packages.json index 6113be8..8826b8f 100644 --- a/packages.json +++ b/packages.json @@ -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/",