Add box2d.nim (#2906)

This commit is contained in:
Jonathan Townsend 2024-07-10 00:07:56 -04:00 committed by GitHub
parent 7ce3aa128d
commit c2f5be9635
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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