aboutsummaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
authorSébastien Crozet <developer@crozet.re>2022-10-02 19:08:07 +0200
committerGitHub <noreply@github.com>2022-10-02 19:08:07 +0200
commitc755109ec963116f246abf02041735c8c4320ceb (patch)
tree09bc63fe9ef31990f43feb3fcac36864f1665595 /crates
parenta1802323285622e0626cd69c7ea3b3ca60638b2e (diff)
parentf7bec3c49cf6ca24d2878a9dcd20656d26de5cc7 (diff)
downloadrapier-c755109ec963116f246abf02041735c8c4320ceb.tar.gz
rapier-c755109ec963116f246abf02041735c8c4320ceb.tar.bz2
rapier-c755109ec963116f246abf02041735c8c4320ceb.zip
Merge pull request #394 from dimforge/character-controller
Add a character controller implementation
Diffstat (limited to 'crates')
-rw-r--r--crates/rapier2d-f64/Cargo.toml2
-rw-r--r--crates/rapier2d/Cargo.toml2
-rw-r--r--crates/rapier3d-f64/Cargo.toml2
-rw-r--r--crates/rapier3d/Cargo.toml2
4 files changed, 4 insertions, 4 deletions
diff --git a/crates/rapier2d-f64/Cargo.toml b/crates/rapier2d-f64/Cargo.toml
index 6e8b038..d61e3c5 100644
--- a/crates/rapier2d-f64/Cargo.toml
+++ b/crates/rapier2d-f64/Cargo.toml
@@ -49,7 +49,7 @@ vec_map = { version = "0.8", optional = true }
instant = { version = "0.1", features = [ "now" ], optional = true }
num-traits = "0.2"
nalgebra = "0.31"
-parry2d-f64 = "0.9"
+parry2d-f64 = "0.10"
simba = "0.7"
approx = "0.5"
rayon = { version = "1", optional = true }
diff --git a/crates/rapier2d/Cargo.toml b/crates/rapier2d/Cargo.toml
index 329f9eb..4bdb0c3 100644
--- a/crates/rapier2d/Cargo.toml
+++ b/crates/rapier2d/Cargo.toml
@@ -49,7 +49,7 @@ vec_map = { version = "0.8", optional = true }
instant = { version = "0.1", features = [ "now" ], optional = true }
num-traits = "0.2"
nalgebra = "0.31"
-parry2d = "0.9"
+parry2d = "0.10"
simba = "0.7"
approx = "0.5"
rayon = { version = "1", optional = true }
diff --git a/crates/rapier3d-f64/Cargo.toml b/crates/rapier3d-f64/Cargo.toml
index dfca0ef..0cab401 100644
--- a/crates/rapier3d-f64/Cargo.toml
+++ b/crates/rapier3d-f64/Cargo.toml
@@ -49,7 +49,7 @@ vec_map = { version = "0.8", optional = true }
instant = { version = "0.1", features = [ "now" ], optional = true }
num-traits = "0.2"
nalgebra = "0.31"
-parry3d-f64 = "0.9"
+parry3d-f64 = "0.10"
simba = "0.7"
approx = "0.5"
rayon = { version = "1", optional = true }
diff --git a/crates/rapier3d/Cargo.toml b/crates/rapier3d/Cargo.toml
index efe7e1a..a4d7895 100644
--- a/crates/rapier3d/Cargo.toml
+++ b/crates/rapier3d/Cargo.toml
@@ -49,7 +49,7 @@ vec_map = { version = "0.8", optional = true }
instant = { version = "0.1", features = [ "now" ], optional = true }
num-traits = "0.2"
nalgebra = "0.31"
-parry3d = "0.9"
+parry3d = "0.10"
simba = "0.7"
approx = "0.5"
rayon = { version = "1", optional = true }