aboutsummaryrefslogtreecommitdiff
path: root/examples3d
diff options
context:
space:
mode:
authorCrozet Sébastien <developer@crozet.re>2021-03-01 16:15:12 +0100
committerCrozet Sébastien <developer@crozet.re>2021-03-01 16:27:08 +0100
commit5cc16419f36bd3cfb393ba67e39bf417a6112590 (patch)
tree283236bba3550351ea56f2c3df81612888297ffc /examples3d
parent1c5601c84bf5ca3b7fd611cc4b4fd7030526f71f (diff)
downloadrapier-5cc16419f36bd3cfb393ba67e39bf417a6112590.tar.gz
rapier-5cc16419f36bd3cfb393ba67e39bf417a6112590.tar.bz2
rapier-5cc16419f36bd3cfb393ba67e39bf417a6112590.zip
Release v0.6.0
Diffstat (limited to 'examples3d')
-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"