Merge pull request #410 from dimforge/parry_up

Update to parry 0.11
This commit is contained in:
Sébastien Crozet
2022-10-30 17:23:49 +01:00
committed by GitHub
20 changed files with 161 additions and 69 deletions

View File

@@ -52,7 +52,7 @@ vec_map = { version = "0.8", optional = true }
instant = { version = "0.1", features = [ "now" ], optional = true }
num-traits = "0.2"
nalgebra = "0.31"
parry3d = "0.10"
parry3d = "^0.11.1"
simba = "0.7"
approx = "0.5"
rayon = { version = "1", optional = true }