mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-03 22:53:10 +00:00
Add box2d.nim (#2906)
This commit is contained in:
parent
7ce3aa128d
commit
c2f5be9635
@ -33798,5 +33798,18 @@
|
|||||||
"description": "A nimble package for Entity Component System",
|
"description": "A nimble package for Entity Component System",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"web": "https://github.com/glassesneo/ecslib"
|
"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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user