From b22d8eda6a7e3a5ee32f193bcf0cb1c253c3e0b8 Mon Sep 17 00:00:00 2001 From: Sébastien Crozet Date: Sat, 30 Apr 2022 17:34:47 +0200 Subject: Release v0.12.0 --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 5704e55..023432e 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 = "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