From 27f627902e62b67ed3f73b2d8bbcc612b0d784c2 Mon Sep 17 00:00:00 2001 From: Sébastien Crozet Date: Sun, 5 May 2024 16:18:47 +0200 Subject: fix: temporarily switch to the master branch of parry --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0c042f0..fa36dc5 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 = "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" } +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