aboutsummaryrefslogtreecommitdiff
path: root/build/rapier_testbed3d
diff options
context:
space:
mode:
authorSébastien Crozet <developer@crozet.re>2021-04-02 14:35:34 +0200
committerGitHub <noreply@github.com>2021-04-02 14:35:34 +0200
commit4a0b390f9b684bcd58a48fec06f4a2c95e6f21d4 (patch)
tree2a4bf0efcfb719299790d33c63b02ddba145ac8e /build/rapier_testbed3d
parentb3b68b0c71b0512c68a89966655a3c0cca60fd85 (diff)
parente66740e950a075b011330497b4000114e44f120f (diff)
downloadrapier-0.7.0.tar.gz
rapier-0.7.0.tar.bz2
rapier-0.7.0.zip
Merge pull request #161 from dimforge/release_v0.7.0v0.7.0
Release v0.7.0
Diffstat (limited to 'build/rapier_testbed3d')
-rw-r--r--build/rapier_testbed3d/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/build/rapier_testbed3d/Cargo.toml b/build/rapier_testbed3d/Cargo.toml
index 8c3ce29..4013a9c 100644
--- a/build/rapier_testbed3d/Cargo.toml
+++ b/build/rapier_testbed3d/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rapier_testbed3d"
-version = "0.6.1"
+version = "0.7.0"
authors = [ "Sébastien Crozet <developer@crozet.re>" ]
description = "Testbed for the Rapier 3-dimensional physics engine in Rust."
homepage = "http://rapier.org"
@@ -33,7 +33,7 @@ instant = { version = "0.1", features = [ "web-sys", "now" ]}
bitflags = "1"
glam = { version = "0.12", optional = true }
num_cpus = { version = "1", optional = true }
-parry3d = "0.2"
+parry3d = "0.3"
ncollide3d = "0.28"
nphysics3d = { version = "0.20", optional = true }
physx = { version = "0.11", optional = true }
@@ -46,5 +46,5 @@ serde = { version = "1", features = [ "derive" ] }
[dependencies.rapier3d]
path = "../rapier3d"
-version = "0.6"
+version = "0.7"
features = [ "serde-serialize" ]