Bump testbed to version 0.12.0-alpha.1
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "rapier_testbed3d"
|
||||
version = "0.12.0-alpha.0"
|
||||
version = "0.12.0-alpha.1"
|
||||
authors = [ "Sébastien Crozet <developer@crozet.re>" ]
|
||||
description = "Testbed for the Rapier 3-dimensional physics engine in Rust."
|
||||
homepage = "http://rapier.org"
|
||||
@@ -55,5 +55,5 @@ bevy = {version = "0.6", default-features = false, features = ["bevy_winit", "re
|
||||
[dependencies.rapier]
|
||||
package = "rapier3d"
|
||||
path = "../rapier3d"
|
||||
version = "0.12.0-alpha.0"
|
||||
version = "0.12.0-alpha.1"
|
||||
features = [ "serde-serialize" ]
|
||||
Reference in New Issue
Block a user