From 5929588dd6d352416bfb47dcd920cda1bb12afad Mon Sep 17 00:00:00 2001 From: matkuki Date: Mon, 15 Feb 2016 11:39:39 +0100 Subject: [PATCH 1/2] chipmunk update --- packages.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages.json b/packages.json index 07016ff..6113be8 100644 --- a/packages.json +++ b/packages.json @@ -184,7 +184,7 @@ "web": "https://github.com/rafaelvasco/nimrod-glfw" }, { - "name": "chipmunk", + "name": "chipmunk6", "url": "git://github.com/fowlmouth/nimrod-chipmunk/", "method": "git", "tags": [ @@ -192,7 +192,7 @@ "physics", "game" ], - "description": "Binding for Chipmunk 6.1", + "description": "Bindings for Chipmunk2D 6.x physics library", "license": "MIT", "web": "https://github.com/fowlmouth/nimrod-chipmunk" }, From 5927394e3c3df5a153c0066f573bf0d657287c7f Mon Sep 17 00:00:00 2001 From: matkuki Date: Mon, 15 Feb 2016 17:30:08 +0100 Subject: [PATCH 2/2] Update packages.json Added the old wrapper module for backwards compatibility --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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/",