File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ edition = "2021"
1010
1111[dependencies ]
1212rapier3d = " 0.31.0"
13- bevy_rapier3d = { version = " 0.31 " , path = " ../bevy_rapier3d" }
13+ bevy_rapier3d = { version = " 0.32 " , path = " ../bevy_rapier3d" }
1414bevy = { version = " 0.17.3" , default-features = false }
1515
1616[dev-dependencies ]
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ edition = "2021"
55
66[dependencies ]
77bevy = " 0.17.3"
8- bevy_rapier3d = { version = " 0.31 " , path = " ../bevy_rapier3d" }
9- bevy_rapier2d = { version = " 0.31 " , path = " ../bevy_rapier2d" }
8+ bevy_rapier3d = { version = " 0.32 " , path = " ../bevy_rapier3d" }
9+ bevy_rapier2d = { version = " 0.32 " , path = " ../bevy_rapier2d" }
1010
1111[[bin ]]
1212name = " ambiguity_detection"
You can’t perform that action at this time.
0 commit comments