diff options
| author | Sébastien Crozet <developer@crozet.re> | 2024-07-20 17:14:43 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-20 17:14:43 +0200 |
| commit | cf74150763dd575bc0399087e845e9be62aba56f (patch) | |
| tree | 9670b7b3d817aea9255a69efa26967389880b409 /crates/rapier2d | |
| parent | 55a7d8b7ad37227f5c97131c4852a94efe748194 (diff) | |
| download | rapier-0.22.0.tar.gz rapier-0.22.0.tar.bz2 rapier-0.22.0.zip | |
Release v0.22.0 (#695)v0.22.0
Diffstat (limited to 'crates/rapier2d')
| -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 e8e1ad2..0264f5f 100644 --- a/crates/rapier2d/Cargo.toml +++ b/crates/rapier2d/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rapier2d" -version = "0.21.0" +version = "0.22.0" authors = ["Sébastien Crozet <sebcrozet@dimforge.com>"] description = "2-dimensional physics engine in Rust." documentation = "https://docs.rs/rapier2d" @@ -64,7 +64,7 @@ vec_map = { version = "0.8", optional = true } instant = { version = "0.1", features = ["now"], optional = true } num-traits = "0.2" nalgebra = "0.33" -parry2d = "0.16.0" +parry2d = "0.17.0" simba = "0.9" approx = "0.5" rayon = { version = "1", optional = true } |
