aboutsummaryrefslogtreecommitdiff
path: root/examples3d/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'examples3d/Cargo.toml')
-rw-r--r--examples3d/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples3d/Cargo.toml b/examples3d/Cargo.toml
index 3f1d3f0..b27b97c 100644
--- a/examples3d/Cargo.toml
+++ b/examples3d/Cargo.toml
@@ -12,10 +12,10 @@ other-backends = [ "rapier_testbed3d/other-backends" ]
enhanced-determinism = [ "rapier3d/enhanced-determinism" ]
[dependencies]
-rand = "0.7"
+rand = "0.8"
Inflector = "0.11"
-nalgebra = "0.24"
-kiss3d = "0.29"
+nalgebra = "0.25"
+kiss3d = "0.30"
[dependencies.rapier_testbed3d]
path = "../build/rapier_testbed3d"