aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorCrozet Sébastien <developer@crozet.re>2021-04-02 14:01:08 +0200
committerCrozet Sébastien <developer@crozet.re>2021-04-02 14:20:51 +0200
commite66740e950a075b011330497b4000114e44f120f (patch)
tree2a4bf0efcfb719299790d33c63b02ddba145ac8e /Cargo.toml
parentb3b68b0c71b0512c68a89966655a3c0cca60fd85 (diff)
downloadrapier-e66740e950a075b011330497b4000114e44f120f.tar.gz
rapier-e66740e950a075b011330497b4000114e44f120f.tar.bz2
rapier-e66740e950a075b011330497b4000114e44f120f.zip
Release v0.7.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index cfdb3ba..de3add6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,10 +19,10 @@ members = [ "build/rapier2d", "build/rapier2d-f64", "build/rapier_testbed2d", "e
#kiss3d = { git = "https://github.com/sebcrozet/kiss3d" }
#nalgebra = { git = "https://github.com/dimforge/nalgebra", branch = "dev" }
-parry2d = { git = "https://github.com/dimforge/parry", branch = "special_cases" }
-parry3d = { git = "https://github.com/dimforge/parry", branch = "special_cases" }
-parry2d-f64 = { git = "https://github.com/dimforge/parry", branch = "special_cases" }
-parry3d-f64 = { git = "https://github.com/dimforge/parry", branch = "special_cases" }
+#parry2d = { git = "https://github.com/dimforge/parry", branch = "special_cases" }
+#parry3d = { git = "https://github.com/dimforge/parry", branch = "special_cases" }
+#parry2d-f64 = { git = "https://github.com/dimforge/parry", branch = "special_cases" }
+#parry3d-f64 = { git = "https://github.com/dimforge/parry", branch = "special_cases" }
#ncollide2d = { git = "https://github.com/dimforge/ncollide" }
#ncollide3d = { git = "https://github.com/dimforge/ncollide" }
#nphysics2d = { git = "https://github.com/dimforge/nphysics" }