diff options
| author | Sébastien Crozet <developer@crozet.re> | 2021-08-08 18:46:55 +0200 |
|---|---|---|
| committer | Sébastien Crozet <sebastien@crozet.re> | 2021-08-08 19:19:16 +0200 |
| commit | 48d0df11d7a6a28907945b17b839313c848e3a6e (patch) | |
| tree | 4a92dfb8e390fdc8fefa7aa3f13eecbaa769cbeb /build/rapier3d | |
| parent | 57aec69c1e4fef251825011d9bcf7c32ccb177f7 (diff) | |
| download | rapier-0.110.tar.gz rapier-0.110.tar.bz2 rapier-0.110.zip | |
Release v0.11.0v0.110
Diffstat (limited to 'build/rapier3d')
| -rw-r--r-- | build/rapier3d/Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/build/rapier3d/Cargo.toml b/build/rapier3d/Cargo.toml index bd75c5a..3f0d398 100644 --- a/build/rapier3d/Cargo.toml +++ b/build/rapier3d/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rapier3d" -version = "0.10.1" +version = "0.11.0" authors = [ "Sébastien Crozet <developer@crozet.re>" ] description = "3-dimensional physics engine in Rust." documentation = "http://docs.rs/rapier3d" @@ -47,9 +47,9 @@ required-features = [ "dim3", "f32" ] vec_map = { version = "0.8", optional = true } instant = { version = "0.1", features = [ "now" ]} num-traits = "0.2" -nalgebra = "0.28" -parry3d = "0.6" -simba = "0.5" +nalgebra = "0.29" +parry3d = "0.7" +simba = "0.6" approx = "0.5" rayon = { version = "1", optional = true } crossbeam = "0.8" |
