From c2f5be963558f006d3c8da672a98ce22ce50bfde Mon Sep 17 00:00:00 2001 From: Jonathan Townsend Date: Wed, 10 Jul 2024 00:07:56 -0400 Subject: [PATCH] Add box2d.nim (#2906) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index d6c52b2..eb2f77f 100644 --- a/packages.json +++ b/packages.json @@ -33798,5 +33798,18 @@ "description": "A nimble package for Entity Component System", "license": "MIT", "web": "https://github.com/glassesneo/ecslib" + }, + { + "name": "box2d", + "url": "https://github.com/jon-edward/box2d.nim", + "method": "git", + "tags": [ + "game", + "physics", + "wrapper" + ], + "description": "Nim bindings for Erin Catto's Box2D physics engine. ", + "license": "MIT", + "web": "https://github.com/jon-edward/box2d.nim" } ]