aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorCrozet Sébastien <developer@crozet.re>2021-01-24 11:13:44 +0100
committerCrozet Sébastien <developer@crozet.re>2021-01-24 11:13:44 +0100
commit8f7220f03d3c23574b9ece09d81d32e862f1b5c6 (patch)
tree643baa2128965fbbaab3f13c67644eba90b8135c /Cargo.toml
parent90db26eb501b65cda362dcef34777106f533248b (diff)
downloadrapier-8f7220f03d3c23574b9ece09d81d32e862f1b5c6.tar.gz
rapier-8f7220f03d3c23574b9ece09d81d32e862f1b5c6.tar.bz2
rapier-8f7220f03d3c23574b9ece09d81d32e862f1b5c6.zip
Rename cdl to parry.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml16
1 files changed, 8 insertions, 8 deletions
diff --git a/Cargo.toml b/Cargo.toml
index be3d828..224452f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,17 +11,17 @@ members = [ "build/rapier2d", "build/rapier2d-f64", "build/rapier_testbed2d", "e
#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" }
+#parry2d = { path = "../parry/build/parry2d" }
+#parry3d = { path = "../parry/build/parry3d" }
+#parry2d-f64 = { path = "../parry/build/parry2d-f64" }
+#parry3d-f64 = { path = "../parry/build/parry3d-f64" }
#nalgebra = { path = "../nalgebra" }
#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" }
+parry2d = { git = "https://github.com/sebcrozet/parry" }
+parry3d = { git = "https://github.com/sebcrozet/parry" }
+parry2d-f64 = { git = "https://github.com/sebcrozet/parry" }
+parry3d-f64 = { git = "https://github.com/sebcrozet/parry" }
#ncollide2d = { git = "https://github.com/dimforge/ncollide" }
#ncollide3d = { git = "https://github.com/dimforge/ncollide" }
#nphysics2d = { git = "https://github.com/dimforge/nphysics" }