From 2b095b65b24b1f12fd1b43aa34a3c6a94b946fa6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Crozet?= Date: Sat, 4 May 2024 20:49:34 +0200 Subject: [PATCH] chore: switch to git version of parry --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b9d767c..0c042f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,10 +17,10 @@ resolver = "2" #kiss3d = { git = "https://github.com/sebcrozet/kiss3d" } #nalgebra = { git = "https://github.com/dimforge/nalgebra", branch = "dev" } -#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" } +parry2d = { git = "https://github.com/dimforge/parry", branch = "shape-cast-renamings" } +parry3d = { git = "https://github.com/dimforge/parry", branch = "shape-cast-renamings" } +parry2d-f64 = { git = "https://github.com/dimforge/parry", branch = "shape-cast-renamings" } +parry3d-f64 = { git = "https://github.com/dimforge/parry", branch = "shape-cast-renamings" } [profile.release] #debug = true