Release v0.12.0-alpha.0

This commit is contained in:
Sébastien Crozet
2022-01-02 18:08:29 +01:00
parent 1308db8994
commit 9726738cd2
8 changed files with 39 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "rapier2d-f64"
version = "0.11.1"
version = "0.12.0-alpha.0"
authors = [ "Sébastien Crozet <developer@crozet.re>" ]
description = "2-dimensional physics engine in Rust."
documentation = "http://docs.rs/rapier2d"

View File

@@ -1,6 +1,6 @@
[package]
name = "rapier2d"
version = "0.11.1"
version = "0.12.0-alpha.0"
authors = [ "Sébastien Crozet <developer@crozet.re>" ]
description = "2-dimensional physics engine in Rust."
documentation = "http://docs.rs/rapier2d"

View File

@@ -1,6 +1,6 @@
[package]
name = "rapier3d-f64"
version = "0.11.1"
version = "0.12.0-alpha.0"
authors = [ "Sébastien Crozet <developer@crozet.re>" ]
description = "3-dimensional physics engine in Rust."
documentation = "http://docs.rs/rapier3d"

View File

@@ -1,6 +1,6 @@
[package]
name = "rapier3d"
version = "0.11.1"
version = "0.12.0-alpha.0"
authors = [ "Sébastien Crozet <developer@crozet.re>" ]
description = "3-dimensional physics engine in Rust."
documentation = "http://docs.rs/rapier3d"

View File

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

View File

@@ -1,6 +1,6 @@
[package]
name = "rapier_testbed3d"
version = "0.11.0"
version = "0.12.0-alpha.0"
authors = [ "Sébastien Crozet <developer@crozet.re>" ]
description = "Testbed for the Rapier 3-dimensional physics engine in Rust."
homepage = "http://rapier.org"
@@ -54,5 +54,5 @@ bevy_webgl2 = "0.5"
[dependencies.rapier3d]
path = "../rapier3d"
version = "0.11"
version = "0.12.0-alpha.0"
features = [ "serde-serialize" ]