aboutsummaryrefslogtreecommitdiff
path: root/build/rapier2d/Cargo.toml
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/rapier2d/Cargo.toml
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/rapier2d/Cargo.toml')
-rw-r--r--build/rapier2d/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/build/rapier2d/Cargo.toml b/build/rapier2d/Cargo.toml
index d936bb6..1dfd1e7 100644
--- a/build/rapier2d/Cargo.toml
+++ b/build/rapier2d/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rapier2d"
-version = "0.6.1"
+version = "0.7.0"
authors = [ "Sébastien Crozet <developer@crozet.re>" ]
description = "2-dimensional physics engine in Rust."
documentation = "http://docs.rs/rapier2d"
@@ -44,12 +44,12 @@ vec_map = { version = "0.8", optional = true }
instant = { version = "0.1", features = [ "now" ]}
num-traits = "0.2"
nalgebra = "0.25"
-parry2d = "0.2"
+parry2d = "0.3"
simba = "0.4"
approx = "0.4"
rayon = { version = "1", optional = true }
crossbeam = "0.8"
-arrayvec = "0.5"
+arrayvec = "0.6"
bit-vec = "0.6"
rustc-hash = "1"
serde = { version = "1", features = [ "derive" ], optional = true }