Release v0.6.0
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user