diff options
| author | Sébastien Crozet <sebcrozet@dimforge.com> | 2024-05-05 18:18:10 +0200 |
|---|---|---|
| committer | Sébastien Crozet <sebastien@crozet.re> | 2024-05-05 18:33:35 +0200 |
| commit | af1ac9baa26b1199ae2728e91adf5345bcd1c693 (patch) | |
| tree | 4ab31eab98d91fd7412a7ca15b3d260bd7cd1777 /crates/rapier2d/Cargo.toml | |
| parent | 27f627902e62b67ed3f73b2d8bbcc612b0d784c2 (diff) | |
| download | rapier-0.19.0.tar.gz rapier-0.19.0.tar.bz2 rapier-0.19.0.zip | |
Release v0.19.0v0.19.0
Diffstat (limited to 'crates/rapier2d/Cargo.toml')
| -rw-r--r-- | crates/rapier2d/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/rapier2d/Cargo.toml b/crates/rapier2d/Cargo.toml index 5c86692..0b4882f 100644 --- a/crates/rapier2d/Cargo.toml +++ b/crates/rapier2d/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rapier2d" -version = "0.18.0" +version = "0.19.0" authors = ["Sébastien Crozet <developer@crozet.re>"] description = "2-dimensional physics engine in Rust." documentation = "https://docs.rs/rapier2d" @@ -52,7 +52,7 @@ vec_map = { version = "0.8", optional = true } instant = { version = "0.1", features = ["now"], optional = true } num-traits = "0.2" nalgebra = "0.32" -parry2d = "0.14.0" +parry2d = "0.15.0" simba = "0.8" approx = "0.5" rayon = { version = "1", optional = true } |
