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 a05c4dc commit 408b881Copy full SHA for 408b881
Cargo.toml
@@ -22,5 +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" }
+parry2d = { git = "https://github.com/dimforge/parry", branch = "bvh-remove-fix2" }
+parry3d = { git = "https://github.com/dimforge/parry", branch = "bvh-remove-fix2" }
0 commit comments