aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorCrozet Sébastien <developer@crozet.re>2021-01-04 15:14:25 +0100
committerCrozet Sébastien <developer@crozet.re>2021-01-04 15:14:25 +0100
commitaa61fe65e3ff0289ecab57b4053a3410cf6d4a87 (patch)
treea2ab513f43d779e4eb1c0edcd2a6e734b3fa4470 /Cargo.toml
parenta1aa8855f76168d8af14244a54c9f28d15696342 (diff)
downloadrapier-aa61fe65e3ff0289ecab57b4053a3410cf6d4a87.tar.gz
rapier-aa61fe65e3ff0289ecab57b4053a3410cf6d4a87.tar.bz2
rapier-aa61fe65e3ff0289ecab57b4053a3410cf6d4a87.zip
Add support of 64-bits reals.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml27
1 files changed, 16 insertions, 11 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0cde558..e38800b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,19 +1,24 @@
[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" }
-#cdl2d = { path = "../cdl/build/cdl2d" }
-#cdl3d = { path = "../cdl/build/cdl3d" }
-cdl2d = { git = "https://github.com/sebcrozet/cdl.git" }
-cdl3d = { git = "https://github.com/sebcrozet/cdl.git" }
+ncollide2d = { path = "../ncollide/build/ncollide2d" }
+ncollide3d = { path = "../ncollide/build/ncollide3d" }
+nphysics2d = { path = "../nphysics/build/nphysics2d" }
+nphysics3d = { path = "../nphysics/build/nphysics3d" }
+kiss3d = { path = "../kiss3d" }
+cdl2d = { path = "../cdl/build/cdl2d" }
+cdl3d = { path = "../cdl/build/cdl3d" }
+cdl2d-f64 = { path = "../cdl/build/cdl2d-f64" }
+cdl3d-f64 = { path = "../cdl/build/cdl3d-f64" }
+#cdl2d = { git = "https://github.com/sebcrozet/cdl.git" }
+#cdl3d = { git = "https://github.com/sebcrozet/cdl.git" }
+#cdl2d-f64 = { git = "https://github.com/sebcrozet/cdl.git" }
+#cdl3d-f64 = { git = "https://github.com/sebcrozet/cdl.git" }
+#nalgebra = { path = "../nalgebra" }
[profile.release]
#debug = true