Release v0.5.0

This commit is contained in:
Crozet Sébastien
2021-01-29 14:52:18 +01:00
parent 7ca46f38cd
commit c3f0207094
6 changed files with 8 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "rapier_testbed3d"
version = "0.4.0"
version = "0.5.0"
authors = [ "Sébastien Crozet <developer@crozet.re>" ]
description = "Testbed for the Rapier3-dimensional physics engine in Rust."
homepage = "http://rapier.org"
@@ -47,5 +47,5 @@ serde = { version = "1", features = [ "derive" ] }
[dependencies.rapier3d]
path = "../rapier3d"
version = "0.4"
version = "0.5"
features = [ "serde-serialize" ]