aboutsummaryrefslogtreecommitdiff
path: root/build/rapier2d
diff options
context:
space:
mode:
authorCrozet Sébastien <developer@crozet.re>2021-06-02 16:00:23 +0200
committerCrozet Sébastien <developer@crozet.re>2021-06-02 16:00:23 +0200
commite0e341214c35347a30c3e76265d216396abc2cfb (patch)
tree4582f25275e233036efd5c703fb089340a8b341c /build/rapier2d
parent7153eb7779a29853289df90f28efaac738620386 (diff)
downloadrapier-e0e341214c35347a30c3e76265d216396abc2cfb.tar.gz
rapier-e0e341214c35347a30c3e76265d216396abc2cfb.tar.bz2
rapier-e0e341214c35347a30c3e76265d216396abc2cfb.zip
Update dependencies
Diffstat (limited to 'build/rapier2d')
-rw-r--r--build/rapier2d/Cargo.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/build/rapier2d/Cargo.toml b/build/rapier2d/Cargo.toml
index a149bd9..79135d4 100644
--- a/build/rapier2d/Cargo.toml
+++ b/build/rapier2d/Cargo.toml
@@ -44,13 +44,13 @@ required-features = [ "dim2", "f32" ]
vec_map = { version = "0.8", optional = true }
instant = { version = "0.1", features = [ "now" ]}
num-traits = "0.2"
-nalgebra = "0.26"
-parry2d = "0.4"
-simba = "0.4"
-approx = "0.4"
+nalgebra = "0.27"
+parry2d = "0.5"
+simba = "0.5"
+approx = "0.5"
rayon = { version = "1", optional = true }
crossbeam = "0.8"
-arrayvec = "0.6"
+arrayvec = "0.7"
bit-vec = "0.6"
rustc-hash = "1"
serde = { version = "1", features = [ "derive" ], optional = true }