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" } ]