We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af92a92 commit 203d020Copy full SHA for 203d020
Cargo.toml
@@ -22,3 +22,5 @@ codegen-units = 1
22
#rapier3d = { git = "https://github.com/dimforge/rapier", branch = "character-controller" }
23
rapier2d = { git = "https://github.com/vrixyz/rapier", branch = "bevy_rapier_compatibility" }
24
rapier3d = { git = "https://github.com/vrixyz/rapier", branch = "bevy_rapier_compatibility" }
25
+parry2d = { git = "https://github.com/vrixyz/parry", branch = "fix_bvh_index_update" }
26
+parry3d = { git = "https://github.com/vrixyz/parry", branch = "fix_bvh_index_update" }
0 commit comments