diff options
Diffstat (limited to 'build/rapier_testbed3d')
| -rw-r--r-- | build/rapier_testbed3d/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/rapier_testbed3d/Cargo.toml b/build/rapier_testbed3d/Cargo.toml index f307211..af2311c 100644 --- a/build/rapier_testbed3d/Cargo.toml +++ b/build/rapier_testbed3d/Cargo.toml @@ -22,7 +22,7 @@ parallel = [ "rapier3d/parallel", "num_cpus" ] other-backends = [ "physx", "physx-sys", "glam", "nphysics3d" ] [dependencies] -nalgebra = "0.23" +nalgebra = "0.24" kiss3d = { version = "0.28", features = [ "conrod" ] } rand = "0.7" rand_pcg = "0.2" |
