Release v0.11.0

This commit is contained in:
Sébastien Crozet
2021-08-08 18:46:55 +02:00
committed by Sébastien Crozet
parent 57aec69c1e
commit 48d0df11d7
8 changed files with 44 additions and 31 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "rapier2d"
version = "0.10.1"
version = "0.11.0"
authors = [ "Sébastien Crozet <developer@crozet.re>" ]
description = "2-dimensional physics engine in Rust."
documentation = "http://docs.rs/rapier2d"
@@ -47,9 +47,9 @@ required-features = [ "dim2", "f32" ]
vec_map = { version = "0.8", optional = true }
instant = { version = "0.1", features = [ "now" ]}
num-traits = "0.2"
nalgebra = "0.28"
parry2d = "0.6"
simba = "0.5"
nalgebra = "0.29"
parry2d = "0.7"
simba = "0.6"
approx = "0.5"
rayon = { version = "1", optional = true }
crossbeam = "0.8"