feat: add support for Voxels collider (#823)
* feat: start adding voxels support and some additional testbed demo settings * feat: add support for parry’s new Voxels collider shape * fix voxels demos * feat: support rectangular voxels and additional voxels initialization * chore: switch to parry 0.20 * chore: fix cargo doc * Fix testbed build
This commit is contained in:
@@ -16,6 +16,7 @@ enhanced-determinism = ["rapier2d/enhanced-determinism"]
|
||||
rand = "0.8"
|
||||
lyon = "0.17"
|
||||
usvg = "0.14"
|
||||
dot_vox = "5"
|
||||
|
||||
[dependencies.rapier_testbed2d]
|
||||
path = "../crates/rapier_testbed2d"
|
||||
|
||||
Reference in New Issue
Block a user