From 0fc804baf1f565aed13e9981105e993205bbc7e2 Mon Sep 17 00:00:00 2001 From: Billingsly Wetherfordshire Date: Tue, 11 Jun 2013 05:54:02 -0600 Subject: [PATCH] add chipmunk --- packages.json | 9 +++++++++ 1 file changed, 9 insertions(+) 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" } ]