aboutsummaryrefslogtreecommitdiff
path: root/crates/rapier2d
diff options
context:
space:
mode:
authorSébastien Crozet <developer@crozet.re>2023-01-15 11:59:15 +0100
committerSébastien Crozet <developer@crozet.re>2023-01-15 12:17:10 +0100
commit9b5ccb95e74350d4fb3b4bc2c4c9fbf9fb4943a2 (patch)
tree5ccfe3e37b2fb11ed1c99d97afe245460865afb3 /crates/rapier2d
parent56aa0f5e732a2f810b5c1d5834905791f542cf48 (diff)
downloadrapier-9b5ccb95e74350d4fb3b4bc2c4c9fbf9fb4943a2.tar.gz
rapier-9b5ccb95e74350d4fb3b4bc2c4c9fbf9fb4943a2.tar.bz2
rapier-9b5ccb95e74350d4fb3b4bc2c4c9fbf9fb4943a2.zip
Update dependencies
Diffstat (limited to 'crates/rapier2d')
-rw-r--r--crates/rapier2d/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/crates/rapier2d/Cargo.toml b/crates/rapier2d/Cargo.toml
index 115069c..53a0eb6 100644
--- a/crates/rapier2d/Cargo.toml
+++ b/crates/rapier2d/Cargo.toml
@@ -51,9 +51,9 @@ required-features = [ "dim2", "f32" ]
vec_map = { version = "0.8", optional = true }
instant = { version = "0.1", features = [ "now" ], optional = true }
num-traits = "0.2"
-nalgebra = "0.31"
-parry2d = "0.12"
-simba = "0.7"
+nalgebra = "0.32"
+parry2d = "0.13"
+simba = "0.8"
approx = "0.5"
rayon = { version = "1", optional = true }
crossbeam = "0.8"