aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsebcrozet <developer@crozet.re>2020-08-25 23:44:05 +0200
committersebcrozet <developer@crozet.re>2020-08-25 23:44:05 +0200
commitcd3d4e0bff92f403be02cb98e0aa95024d7b1716 (patch)
treef73728d857b2d1a14026b13c8a11ec7b574c71ba
parentf2c118e0133bb17b50a0447abd4a85b2767e40c7 (diff)
downloadrapier-cd3d4e0bff92f403be02cb98e0aa95024d7b1716.tar.gz
rapier-cd3d4e0bff92f403be02cb98e0aa95024d7b1716.tar.bz2
rapier-cd3d4e0bff92f403be02cb98e0aa95024d7b1716.zip
Remove non-existing folders from the workspace.
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index cf89018..32e6107 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[workspace]
-members = [ "build/rapier2d", "build/rapier_testbed2d", "examples2d", "examples2d/wasm",
- "build/rapier3d", "build/rapier_testbed3d", "examples3d", "examples3d/wasm",]
+members = [ "build/rapier2d", "build/rapier_testbed2d", "examples2d",
+ "build/rapier3d", "build/rapier_testbed3d", "examples3d" ]
[patch.crates-io]
#wrapped2d = { git = "https://github.com/Bastacyclop/rust_box2d.git" }