diff options
| author | Sébastien Crozet <developer@crozet.re> | 2022-10-30 13:43:52 +0100 |
|---|---|---|
| committer | Sébastien Crozet <developer@crozet.re> | 2022-10-30 13:43:52 +0100 |
| commit | b5b3431a632b4927a8ccc46aaaadccbdf2c6bebf (patch) | |
| tree | 6bee4883f81c9f0882581fbb452da7864fb60ee6 /crates | |
| parent | 8fd3e61c921894ac53b24c69bee757aaf061ccf9 (diff) | |
| download | rapier-b5b3431a632b4927a8ccc46aaaadccbdf2c6bebf.tar.gz rapier-b5b3431a632b4927a8ccc46aaaadccbdf2c6bebf.tar.bz2 rapier-b5b3431a632b4927a8ccc46aaaadccbdf2c6bebf.zip | |
Switch to the published parry 0.11
Diffstat (limited to 'crates')
| -rw-r--r-- | crates/rapier2d-f64/Cargo.toml | 2 | ||||
| -rw-r--r-- | crates/rapier2d/Cargo.toml | 2 | ||||
| -rw-r--r-- | crates/rapier3d-f64/Cargo.toml | 2 | ||||
| -rw-r--r-- | crates/rapier3d/Cargo.toml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/crates/rapier2d-f64/Cargo.toml b/crates/rapier2d-f64/Cargo.toml index b147c4c..4e8c611 100644 --- a/crates/rapier2d-f64/Cargo.toml +++ b/crates/rapier2d-f64/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-f64 = "0.10" +parry2d-f64 = "0.11" simba = "0.7" approx = "0.5" rayon = { version = "1", optional = true } 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 } diff --git a/crates/rapier3d-f64/Cargo.toml b/crates/rapier3d-f64/Cargo.toml index 1c60f1c..93216c7 100644 --- a/crates/rapier3d-f64/Cargo.toml +++ b/crates/rapier3d-f64/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" -parry3d-f64 = "0.10" +parry3d-f64 = "0.11" simba = "0.7" approx = "0.5" rayon = { version = "1", optional = true } diff --git a/crates/rapier3d/Cargo.toml b/crates/rapier3d/Cargo.toml index dce6709..43d0d90 100644 --- a/crates/rapier3d/Cargo.toml +++ b/crates/rapier3d/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" -parry3d = "0.10" +parry3d = "0.11" simba = "0.7" approx = "0.5" rayon = { version = "1", optional = true } |
