Release v0.7.0

This commit is contained in:
Crozet Sébastien
2021-04-02 14:01:08 +02:00
parent b3b68b0c71
commit e66740e950
12 changed files with 71 additions and 36 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "rapier_testbed2d"
version = "0.6.1"
version = "0.7.0"
authors = [ "Sébastien Crozet <developer@crozet.re>" ]
description = "Testbed for the Rapier 2-dimensional physics engine in Rust."
homepage = "http://rapier.org"
@@ -34,7 +34,7 @@ instant = { version = "0.1", features = [ "web-sys", "now" ]}
bitflags = "1"
num_cpus = { version = "1", optional = true }
wrapped2d = { version = "0.4", optional = true }
parry2d = "0.2"
parry2d = "0.3"
ncollide2d = "0.28"
nphysics2d = { version = "0.20", optional = true }
crossbeam = "0.8"
@@ -44,5 +44,5 @@ md5 = "0.7"
[dependencies.rapier2d]
path = "../rapier2d"
version = "0.6"
version = "0.7"
features = [ "serde-serialize" ]