Skip to content

Commit 408b881

Browse files
committed
target better fix for bvh index update
1 parent a05c4dc commit 408b881

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ codegen-units = 1
2222
#rapier3d = { git = "https://github.com/dimforge/rapier", branch = "character-controller" }
2323
rapier2d = { git = "https://github.com/vrixyz/rapier", branch = "bevy_rapier_compatibility" }
2424
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" }
25+
parry2d = { git = "https://github.com/dimforge/parry", branch = "bvh-remove-fix2" }
26+
parry3d = { git = "https://github.com/dimforge/parry", branch = "bvh-remove-fix2" }

0 commit comments

Comments
 (0)