aboutsummaryrefslogtreecommitdiff
path: root/examples3d/Cargo.toml
diff options
context:
space:
mode:
authorSébastien Crozet <developer@crozet.re>2021-04-12 18:05:38 +0200
committerGitHub <noreply@github.com>2021-04-12 18:05:38 +0200
commitba042bf30002f084cb72ab3e78586a15b808576e (patch)
tree51b8f9a77b03ff29a65c261c56ec939ff592656c /examples3d/Cargo.toml
parentbe6a61815d0ad364dc328a986c5941433e4cfb41 (diff)
parentda9c3db5e89b90ecf0680fcd653e4ec32a4fcfe2 (diff)
downloadrapier-ba042bf30002f084cb72ab3e78586a15b808576e.tar.gz
rapier-ba042bf30002f084cb72ab3e78586a15b808576e.tar.bz2
rapier-ba042bf30002f084cb72ab3e78586a15b808576e.zip
Merge pull request #171 from dimforge/nalgebra-up
Switch to nalgebra 0.26
Diffstat (limited to 'examples3d/Cargo.toml')
-rw-r--r--examples3d/Cargo.toml7
1 files changed, 4 insertions, 3 deletions
diff --git a/examples3d/Cargo.toml b/examples3d/Cargo.toml
index 1f84857..b7c71e0 100644
--- a/examples3d/Cargo.toml
+++ b/examples3d/Cargo.toml
@@ -13,10 +13,11 @@ other-backends = [ "rapier_testbed3d/other-backends" ]
enhanced-determinism = [ "rapier3d/enhanced-determinism" ]
[dependencies]
-rand = "0.8"
+rand = "0.8"
+getrandom = { version = "0.2", features = [ "js" ] }
Inflector = "0.11"
-nalgebra = "0.25"
-kiss3d = "0.30"
+nalgebra = "0.26"
+kiss3d = "0.31"
[dependencies.rapier_testbed3d]
path = "../build/rapier_testbed3d"