aboutsummaryrefslogtreecommitdiff
path: root/examples2d/Cargo.toml
diff options
context:
space:
mode:
authorCrozet Sébastien <developer@crozet.re>2021-01-06 18:09:12 +0100
committerCrozet Sébastien <developer@crozet.re>2021-01-06 18:09:12 +0100
commitcc60809afca7137bc192d56734ce12b385c32eda (patch)
tree6a3ca7515e2d584828f0ca64113250b6c0a5ebab /examples2d/Cargo.toml
parent261ed1ebed04fb594f612b66811350f63b73f104 (diff)
downloadrapier-cc60809afca7137bc192d56734ce12b385c32eda.tar.gz
rapier-cc60809afca7137bc192d56734ce12b385c32eda.tar.bz2
rapier-cc60809afca7137bc192d56734ce12b385c32eda.zip
Add 2D trimesh example.
Diffstat (limited to 'examples2d/Cargo.toml')
-rw-r--r--examples2d/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples2d/Cargo.toml b/examples2d/Cargo.toml
index 6580923..34deb12 100644
--- a/examples2d/Cargo.toml
+++ b/examples2d/Cargo.toml
@@ -15,6 +15,8 @@ enhanced-determinism = [ "rapier2d/enhanced-determinism" ]
rand = "0.7"
Inflector = "0.11"
nalgebra = "0.24"
+lyon = "0.17"
+usvg = "0.13"
[dependencies.rapier_testbed2d]
path = "../build/rapier_testbed2d"