Fix testbed compilation after the nalgebra release 0.6.1
This commit is contained in:
@@ -25,7 +25,7 @@ parallel = [ "rapier3d/parallel", "num_cpus" ]
|
||||
other-backends = [ "physx", "physx-sys", "glam", "nphysics3d" ]
|
||||
|
||||
[dependencies]
|
||||
nalgebra = "0.25"
|
||||
nalgebra = { version = "0.25", features = [ "rand" ] }
|
||||
kiss3d = { version = "0.30", features = [ "conrod" ] }
|
||||
rand = "0.8"
|
||||
rand_pcg = "0.3"
|
||||
|
||||
Reference in New Issue
Block a user