aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorCrozet Sébastien <developer@crozet.re>2021-03-01 16:15:12 +0100
committerCrozet Sébastien <developer@crozet.re>2021-03-01 16:27:08 +0100
commit5cc16419f36bd3cfb393ba67e39bf417a6112590 (patch)
tree283236bba3550351ea56f2c3df81612888297ffc /Cargo.toml
parent1c5601c84bf5ca3b7fd611cc4b4fd7030526f71f (diff)
downloadrapier-5cc16419f36bd3cfb393ba67e39bf417a6112590.tar.gz
rapier-5cc16419f36bd3cfb393ba67e39bf417a6112590.tar.bz2
rapier-5cc16419f36bd3cfb393ba67e39bf417a6112590.zip
Release v0.6.0
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 0b0cdd2..b6ae4da 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -18,11 +18,11 @@ members = [ "build/rapier2d", "build/rapier2d-f64", "build/rapier_testbed2d", "e
#nalgebra = { path = "../nalgebra" }
#kiss3d = { git = "https://github.com/sebcrozet/kiss3d" }
-nalgebra = { git = "https://github.com/dimforge/nalgebra", branch = "dev" }
-parry2d = { git = "https://github.com/dimforge/parry" }
-parry3d = { git = "https://github.com/dimforge/parry" }
-parry2d-f64 = { git = "https://github.com/dimforge/parry" }
-parry3d-f64 = { git = "https://github.com/dimforge/parry" }
+#nalgebra = { git = "https://github.com/dimforge/nalgebra", branch = "dev" }
+#parry2d = { git = "https://github.com/dimforge/parry" }
+#parry3d = { git = "https://github.com/dimforge/parry" }
+#parry2d-f64 = { git = "https://github.com/dimforge/parry" }
+#parry3d-f64 = { git = "https://github.com/dimforge/parry" }
#ncollide2d = { git = "https://github.com/dimforge/ncollide" }
#ncollide3d = { git = "https://github.com/dimforge/ncollide" }
#nphysics2d = { git = "https://github.com/dimforge/nphysics" }