aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSébastien Crozet <developer@crozet.re>2021-01-29 14:42:32 +0100
committerGitHub <noreply@github.com>2021-01-29 14:42:32 +0100
commit7ca46f38cde6cf8bf8bf41ea6067ae5bc938205c (patch)
tree3781b9d7c92a6a8111573ba4cae1c5d41435950e /Cargo.toml
parente6fc8f67faf3e37afe38d683cbd930d457f289be (diff)
parent825f33efaec4ce6a8903751e836a0ea9c466ff92 (diff)
downloadrapier-7ca46f38cde6cf8bf8bf41ea6067ae5bc938205c.tar.gz
rapier-7ca46f38cde6cf8bf8bf41ea6067ae5bc938205c.tar.bz2
rapier-7ca46f38cde6cf8bf8bf41ea6067ae5bc938205c.zip
Merge pull request #79 from dimforge/split_geom
Move most of the geometric code to another crate.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml20
1 files changed, 18 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index cfb166a..db1ac16 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,15 +1,31 @@
[workspace]
-members = [ "build/rapier2d", "build/rapier_testbed2d", "examples2d", "benchmarks2d",
- "build/rapier3d", "build/rapier_testbed3d", "examples3d", "benchmarks3d" ]
+members = [ "build/rapier2d", "build/rapier2d-f64", "build/rapier_testbed2d", "examples2d", "benchmarks2d",
+ "build/rapier3d", "build/rapier3d-f64", "build/rapier_testbed3d", "examples3d", "benchmarks3d" ]
[patch.crates-io]
#wrapped2d = { git = "https://github.com/Bastacyclop/rust_box2d.git" }
+
#simba = { path = "../simba" }
#ncollide2d = { path = "../ncollide/build/ncollide2d" }
#ncollide3d = { path = "../ncollide/build/ncollide3d" }
#nphysics2d = { path = "../nphysics/build/nphysics2d" }
#nphysics3d = { path = "../nphysics/build/nphysics3d" }
#kiss3d = { path = "../kiss3d" }
+#parry2d = { path = "../parry/build/parry2d" }
+#parry3d = { path = "../parry/build/parry3d" }
+#parry2d-f64 = { path = "../parry/build/parry2d-f64" }
+#parry3d-f64 = { path = "../parry/build/parry3d-f64" }
+#nalgebra = { path = "../nalgebra" }
+
+#kiss3d = { git = "https://github.com/sebcrozet/kiss3d" }
+#parry2d = { git = "https://github.com/sebcrozet/parry" }
+#parry3d = { git = "https://github.com/sebcrozet/parry" }
+#parry2d-f64 = { git = "https://github.com/sebcrozet/parry" }
+#parry3d-f64 = { git = "https://github.com/sebcrozet/parry" }
+#ncollide2d = { git = "https://github.com/dimforge/ncollide" }
+#ncollide3d = { git = "https://github.com/dimforge/ncollide" }
+#nphysics2d = { git = "https://github.com/dimforge/nphysics" }
+#nphysics3d = { git = "https://github.com/dimforge/nphysics" }
[profile.release]
#debug = true