chore: update to nalgebra 0.33 and parry 0.16 (#664)
This commit is contained in:
@@ -28,11 +28,11 @@ other-backends = ["wrapped2d"]
|
||||
features = ["parallel", "other-backends"]
|
||||
|
||||
[dependencies]
|
||||
nalgebra = { version = "0.32", features = ["rand", "glam025"] }
|
||||
nalgebra = { version = "0.33", features = ["rand", "glam025"] }
|
||||
rand = "0.8"
|
||||
rand_pcg = "0.3"
|
||||
instant = { version = "0.1", features = ["web-sys", "now"] }
|
||||
bitflags = "1"
|
||||
bitflags = "2"
|
||||
num_cpus = { version = "1", optional = true }
|
||||
wrapped2d = { version = "0.4", optional = true }
|
||||
crossbeam = "0.8"
|
||||
|
||||
Reference in New Issue
Block a user