aboutsummaryrefslogtreecommitdiff
path: root/examples3d
diff options
context:
space:
mode:
Diffstat (limited to 'examples3d')
-rw-r--r--examples3d/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples3d/Cargo.toml b/examples3d/Cargo.toml
index 37c641f..a80f3dc 100644
--- a/examples3d/Cargo.toml
+++ b/examples3d/Cargo.toml
@@ -16,7 +16,7 @@ enhanced-determinism = [ "rapier3d/enhanced-determinism" ]
rand = "0.8"
getrandom = { version = "0.2", features = [ "js" ] }
Inflector = "0.11"
-nalgebra = "0.26"
+nalgebra = "0.27"
wasm-bindgen = "0.2"
obj-rs = { version = "0.6", default-features = false }