Skip to content

Commit af92a92

Browse files
committed
update patch to pushed branch
1 parent 8acf11e commit af92a92

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Cargo.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,12 @@ codegen-units = 1
1313
#nalgebra = { path = "../nalgebra" }
1414
#parry2d = { path = "../parry/crates/parry2d" }
1515
#parry3d = { path = "../parry/crates/parry3d" }
16-
rapier2d = { path = "../rapier/crates/rapier2d" }
17-
rapier3d = { path = "../rapier/crates/rapier3d" }
16+
#rapier2d = { path = "../rapier/crates/rapier2d" }
17+
#rapier3d = { path = "../rapier/crates/rapier3d" }
1818
#nalgebra = { git = "https://github.com/dimforge/nalgebra", branch = "dev" }
1919
#parry2d = { git = "https://github.com/dimforge/parry", branch = "master" }
2020
#parry3d = { git = "https://github.com/dimforge/parry", branch = "master" }
2121
#rapier2d = { git = "https://github.com/dimforge/rapier", branch = "character-controller" }
2222
#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" }

0 commit comments

Comments
 (0)