Release v0.10.0

This commit is contained in:
Crozet Sébastien
2021-07-11 18:41:51 +02:00
committed by Sébastien Crozet
parent 9233a855f0
commit 77a6cd3f26
19 changed files with 82 additions and 75 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "rapier3d-f64"
version = "0.9.2"
version = "0.10.0"
authors = [ "Sébastien Crozet <developer@crozet.re>" ]
description = "3-dimensional physics engine in Rust."
documentation = "http://docs.rs/rapier3d"
@@ -47,8 +47,8 @@ required-features = [ "dim3", "f64" ]
vec_map = { version = "0.8", optional = true }
instant = { version = "0.1", features = [ "now" ]}
num-traits = "0.2"
nalgebra = "0.27"
parry3d-f64 = "0.5"
nalgebra = "0.28"
parry3d-f64 = "0.6"
simba = "0.5"
approx = "0.5"
rayon = { version = "1", optional = true }