aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSébastien Crozet <developer@crozet.re>2021-04-02 14:35:34 +0200
committerGitHub <noreply@github.com>2021-04-02 14:35:34 +0200
commit4a0b390f9b684bcd58a48fec06f4a2c95e6f21d4 (patch)
tree2a4bf0efcfb719299790d33c63b02ddba145ac8e /Cargo.toml
parentb3b68b0c71b0512c68a89966655a3c0cca60fd85 (diff)
parente66740e950a075b011330497b4000114e44f120f (diff)
downloadrapier-0.7.0.tar.gz
rapier-0.7.0.tar.bz2
rapier-0.7.0.zip
Merge pull request #161 from dimforge/release_v0.7.0v0.7.0
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" }