aboutsummaryrefslogtreecommitdiff
path: root/examples2d
diff options
context:
space:
mode:
authorSébastien Crozet <developer@crozet.re>2020-09-01 17:55:14 +0200
committerSébastien Crozet <developer@crozet.re>2020-09-01 17:55:14 +0200
commitd2bc2779c9462ec94c1b55960bccb12e4f80d1c2 (patch)
tree7a1a3f99cfae618e59b709580ab0b9c0752c97a7 /examples2d
parentff3ae6a7e004ff68a546832e43fff809f3352cf6 (diff)
downloadrapier-d2bc2779c9462ec94c1b55960bccb12e4f80d1c2.tar.gz
rapier-d2bc2779c9462ec94c1b55960bccb12e4f80d1c2.tar.bz2
rapier-d2bc2779c9462ec94c1b55960bccb12e4f80d1c2.zip
CI: fix test execution.
Diffstat (limited to 'examples2d')
-rw-r--r--examples2d/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples2d/Cargo.toml b/examples2d/Cargo.toml
index 7e97948..ad63958 100644
--- a/examples2d/Cargo.toml
+++ b/examples2d/Cargo.toml
@@ -1,5 +1,5 @@
[package]
-name = "nphysics-examples-2d"
+name = "rapier-examples-2d"
version = "0.1.0"
authors = [ "Sébastien Crozet <developer@crozet.re>" ]
edition = "2018"