From 65824e74f3a949343059b3bf5ab51bc7920f416d Mon Sep 17 00:00:00 2001 From: Sébastien Crozet Date: Thu, 28 Apr 2022 17:30:35 +0200 Subject: Add comments for the debug-renderer --- Cargo.toml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 3e732d5..5704e55 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,12 +14,13 @@ resolver = "2" #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" } -parry2d = { git = "https://github.com/dimforge/parry", branch = "split-and-qbvh" } -parry3d = { git = "https://github.com/dimforge/parry", branch = "split-and-qbvh" } -parry2d-f64 = { git = "https://github.com/dimforge/parry", branch = "split-and-qbvh" } -parry3d-f64 = { git = "https://github.com/dimforge/parry", branch = "split-and-qbvh" } +parry2d = { git = "https://github.com/dimforge/parry", branch = "master" } +parry3d = { git = "https://github.com/dimforge/parry", branch = "master" } +parry2d-f64 = { git = "https://github.com/dimforge/parry", branch = "master" } +parry3d-f64 = { git = "https://github.com/dimforge/parry", branch = "master" } [profile.release] #debug = true -- cgit