From b5b3431a632b4927a8ccc46aaaadccbdf2c6bebf Mon Sep 17 00:00:00 2001 From: Sébastien Crozet Date: Sun, 30 Oct 2022 13:43:52 +0100 Subject: Switch to the published parry 0.11 --- crates/rapier2d/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/rapier2d') diff --git a/crates/rapier2d/Cargo.toml b/crates/rapier2d/Cargo.toml index c2cac66..df6f0f6 100644 --- a/crates/rapier2d/Cargo.toml +++ b/crates/rapier2d/Cargo.toml @@ -49,7 +49,7 @@ vec_map = { version = "0.8", optional = true } instant = { version = "0.1", features = [ "now" ], optional = true } num-traits = "0.2" nalgebra = "0.31" -parry2d = "0.10" +parry2d = "0.11" simba = "0.7" approx = "0.5" rayon = { version = "1", optional = true } -- cgit