aboutsummaryrefslogtreecommitdiff
path: root/examples3d/Cargo.toml
diff options
context:
space:
mode:
authorSébastien Crozet <developer@crozet.re>2022-01-02 14:47:40 +0100
committerSébastien Crozet <developer@crozet.re>2022-01-02 16:58:36 +0100
commitf74b8401ad9ef50b8cdbf1f43a2b21f6c42b0ebc (patch)
tree53ac492fea5942a7d466f58a0095f39505674ea4 /examples3d/Cargo.toml
parentb45d4b5ac2b31856c15e802b31e288a58940cbf2 (diff)
downloadrapier-f74b8401ad9ef50b8cdbf1f43a2b21f6c42b0ebc.tar.gz
rapier-f74b8401ad9ef50b8cdbf1f43a2b21f6c42b0ebc.tar.bz2
rapier-f74b8401ad9ef50b8cdbf1f43a2b21f6c42b0ebc.zip
Implement multibody joints and the new solver
Diffstat (limited to 'examples3d/Cargo.toml')
-rw-r--r--examples3d/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples3d/Cargo.toml b/examples3d/Cargo.toml
index 897c92b..bbab27e 100644
--- a/examples3d/Cargo.toml
+++ b/examples3d/Cargo.toml
@@ -2,7 +2,7 @@
name = "rapier-examples-3d"
version = "0.1.0"
authors = [ "Sébastien Crozet <developer@crozet.re>" ]
-edition = "2018"
+edition = "2021"
default-run = "all_examples3"
[features]
@@ -20,10 +20,10 @@ wasm-bindgen = "0.2"
obj-rs = { version = "0.6", default-features = false }
[dependencies.rapier_testbed3d]
-path = "../build/rapier_testbed3d"
+path = "../crates/rapier_testbed3d"
[dependencies.rapier3d]
-path = "../build/rapier3d"
+path = "../crates/rapier3d"
[[bin]]
name = "all_examples3"