aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorCrozet Sébastien <developer@crozet.re>2021-01-07 10:58:36 +0100
committerCrozet Sébastien <developer@crozet.re>2021-01-07 10:58:51 +0100
commitb58295f2a45553df76cad818544524a7ee5d053d (patch)
tree03657752dd3ff2191ad3de5f063ea59b784b2add /Cargo.toml
parent2231d0f6ea994cbe768ea3a9d60ad29d9a383c9b (diff)
downloadrapier-b58295f2a45553df76cad818544524a7ee5d053d.tar.gz
rapier-b58295f2a45553df76cad818544524a7ee5d053d.tar.bz2
rapier-b58295f2a45553df76cad818544524a7ee5d053d.zip
Testbed: don't rely on github versions for ncollide, nphysics, kiss3d.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 39dd274..be3d828 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,15 +17,15 @@ members = [ "build/rapier2d", "build/rapier2d-f64", "build/rapier_testbed2d", "e
#cdl3d-f64 = { path = "../cdl/build/cdl3d-f64" }
#nalgebra = { path = "../nalgebra" }
-kiss3d = { git = "https://github.com/sebcrozet/kiss3d" }
+#kiss3d = { git = "https://github.com/sebcrozet/kiss3d" }
cdl2d = { git = "https://github.com/sebcrozet/cdl" }
cdl3d = { git = "https://github.com/sebcrozet/cdl" }
cdl2d-f64 = { git = "https://github.com/sebcrozet/cdl" }
cdl3d-f64 = { git = "https://github.com/sebcrozet/cdl" }
-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" }
+#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