aboutsummaryrefslogtreecommitdiff
path: root/examples2d/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'examples2d/Cargo.toml')
-rw-r--r--examples2d/Cargo.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples2d/Cargo.toml b/examples2d/Cargo.toml
index f1ed728..34deb12 100644
--- a/examples2d/Cargo.toml
+++ b/examples2d/Cargo.toml
@@ -14,7 +14,9 @@ enhanced-determinism = [ "rapier2d/enhanced-determinism" ]
[dependencies]
rand = "0.7"
Inflector = "0.11"
-nalgebra = "0.23"
+nalgebra = "0.24"
+lyon = "0.17"
+usvg = "0.13"
[dependencies.rapier_testbed2d]
path = "../build/rapier_testbed2d"