File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff 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" }
You can’t perform that action at this time.
0 commit comments