diff options
| author | Sébastien Crozet <developer@crozet.re> | 2022-01-02 14:47:40 +0100 |
|---|---|---|
| committer | Sébastien Crozet <developer@crozet.re> | 2022-01-02 16:58:36 +0100 |
| commit | f74b8401ad9ef50b8cdbf1f43a2b21f6c42b0ebc (patch) | |
| tree | 53ac492fea5942a7d466f58a0095f39505674ea4 /examples2d/Cargo.toml | |
| parent | b45d4b5ac2b31856c15e802b31e288a58940cbf2 (diff) | |
| download | rapier-f74b8401ad9ef50b8cdbf1f43a2b21f6c42b0ebc.tar.gz rapier-f74b8401ad9ef50b8cdbf1f43a2b21f6c42b0ebc.tar.bz2 rapier-f74b8401ad9ef50b8cdbf1f43a2b21f6c42b0ebc.zip | |
Implement multibody joints and the new solver
Diffstat (limited to 'examples2d/Cargo.toml')
| -rw-r--r-- | examples2d/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples2d/Cargo.toml b/examples2d/Cargo.toml index 3c065fd..415f994 100644 --- a/examples2d/Cargo.toml +++ b/examples2d/Cargo.toml @@ -2,7 +2,7 @@ name = "rapier-examples-2d" version = "0.1.0" authors = [ "Sébastien Crozet <developer@crozet.re>" ] -edition = "2018" +edition = "2021" default-run = "all_examples2" [features] @@ -19,10 +19,10 @@ lyon = "0.17" usvg = "0.14" [dependencies.rapier_testbed2d] -path = "../build/rapier_testbed2d" +path = "../crates/rapier_testbed2d" [dependencies.rapier2d] -path = "../build/rapier2d" +path = "../crates/rapier2d" [[bin]] name = "all_examples2" |
