diff options
| author | Sébastien Crozet <developer@crozet.re> | 2021-03-01 16:41:38 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-01 16:41:38 +0100 |
| commit | 5d0aff03681302b5bd553e0ef512c49a551606e8 (patch) | |
| tree | 283236bba3550351ea56f2c3df81612888297ffc /build/rapier2d | |
| parent | 1c5601c84bf5ca3b7fd611cc4b4fd7030526f71f (diff) | |
| parent | 5cc16419f36bd3cfb393ba67e39bf417a6112590 (diff) | |
| download | rapier-0.6.0.tar.gz rapier-0.6.0.tar.bz2 rapier-0.6.0.zip | |
Merge pull request #129 from dimforge/v0.6.0v0.6.0
Release v0.6.0
Diffstat (limited to 'build/rapier2d')
| -rw-r--r-- | build/rapier2d/Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/build/rapier2d/Cargo.toml b/build/rapier2d/Cargo.toml index 0009ae5..3dd70c6 100644 --- a/build/rapier2d/Cargo.toml +++ b/build/rapier2d/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rapier2d" -version = "0.5.0" +version = "0.6.0" authors = [ "Sébastien Crozet <developer@crozet.re>" ] description = "2-dimensional physics engine in Rust." documentation = "http://docs.rs/rapier2d" @@ -39,9 +39,9 @@ required-features = [ "dim2", "f32" ] vec_map = "0.8" instant = { version = "0.1", features = [ "now" ]} num-traits = "0.2" -nalgebra = "0.24" -parry2d = "0.1" -simba = "0.3" +nalgebra = "0.25" +parry2d = "0.2" +simba = "0.4" approx = "0.4" rayon = { version = "1", optional = true } crossbeam = "0.8" |
