aboutsummaryrefslogtreecommitdiff
path: root/crates/rapier2d
diff options
context:
space:
mode:
authorSébastien Crozet <developer@crozet.re>2022-10-02 17:36:30 +0200
committerSébastien Crozet <developer@crozet.re>2022-10-02 17:36:30 +0200
commit36e85d0708e53a01731dfa95a9a2b4792ef03fe2 (patch)
tree3ab02f579d8cc603c0aca5b387a8b1368281320c /crates/rapier2d
parenta1802323285622e0626cd69c7ea3b3ca60638b2e (diff)
downloadrapier-36e85d0708e53a01731dfa95a9a2b4792ef03fe2.tar.gz
rapier-36e85d0708e53a01731dfa95a9a2b4792ef03fe2.tar.bz2
rapier-36e85d0708e53a01731dfa95a9a2b4792ef03fe2.zip
Add a character controller implementation
Diffstat (limited to 'crates/rapier2d')
-rw-r--r--crates/rapier2d/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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 }