diff options
Diffstat (limited to 'examples3d/Cargo.toml')
| -rw-r--r-- | examples3d/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples3d/Cargo.toml b/examples3d/Cargo.toml index 3176696..efc3cce 100644 --- a/examples3d/Cargo.toml +++ b/examples3d/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "nphysics-examples-3d" +name = "rapier-examples-3d" version = "0.1.0" authors = [ "Sébastien Crozet <developer@crozet.re>" ] edition = "2018" @@ -24,4 +24,4 @@ path = "../build/rapier3d" [[bin]] name = "all_examples3" -path = "./all_examples3.rs"
\ No newline at end of file +path = "./all_examples3.rs" |
