Release v0.9.0

This commit is contained in:
Crozet Sébastien
2021-06-02 17:41:49 +02:00
committed by Sébastien Crozet
parent c7b876e2f7
commit fdd370e51a
10 changed files with 38 additions and 24 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "rapier_testbed2d"
version = "0.8.0"
version = "0.9.0"
authors = [ "Sébastien Crozet <developer@crozet.re>" ]
description = "Testbed for the Rapier 2-dimensional physics engine in Rust."
homepage = "http://rapier.org"
@@ -54,5 +54,5 @@ bevy_webgl2 = "0.5"
[dependencies.rapier2d]
path = "../rapier2d"
version = "0.8"
version = "0.9"
features = [ "serde-serialize" ]