From 2b1374c596957ac8cabe085859be3b823a1ba0c6 Mon Sep 17 00:00:00 2001 From: Sébastien Crozet Date: Tue, 19 Apr 2022 18:57:40 +0200 Subject: First round deleting the component sets. --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 042d9b2..c307641 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,11 +8,11 @@ resolver = "2" #simba = { path = "../simba" } #kiss3d = { path = "../kiss3d" } -#parry2d = { path = "../parry/crates/parry2d" } -#parry3d = { path = "../parry/crates/parry3d" } -#parry2d-f64 = { path = "../parry/crates/parry2d-f64" } -#parry3d-f64 = { path = "../parry/crates/parry3d-f64" } -#nalgebra = { path = "../nalgebra" } +parry2d = { path = "../parry/crates/parry2d" } +parry3d = { path = "../parry/crates/parry3d" } +parry2d-f64 = { path = "../parry/crates/parry2d-f64" } +parry3d-f64 = { path = "../parry/crates/parry3d-f64" } +# nalgebra = { path = "../nalgebra" } #kiss3d = { git = "https://github.com/sebcrozet/kiss3d" } #nalgebra = { git = "https://github.com/dimforge/nalgebra", branch = "dev" } -- cgit