Skip to content

Commit 203d020

Browse files
committed
fix bvh crash upstream
1 parent af92a92 commit 203d020

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +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" }

0 commit comments

Comments
 (0)