aboutsummaryrefslogtreecommitdiff
path: root/build/rapier2d
diff options
context:
space:
mode:
authorSébastien Crozet <developer@crozet.re>2021-09-12 10:21:35 +0200
committerSébastien Crozet <sebastien@crozet.re>2021-09-12 01:49:09 -0700
commitd9069142e19dcd2f575276dc1a86fe7c5189e645 (patch)
treef2c73d764ffe8a08647edac8464301ba6bf4d021 /build/rapier2d
parentd858ae4c4e04d37c6b5a2e37d10c55bf2f239714 (diff)
downloadrapier-d9069142e19dcd2f575276dc1a86fe7c5189e645.tar.gz
rapier-d9069142e19dcd2f575276dc1a86fe7c5189e645.tar.bz2
rapier-d9069142e19dcd2f575276dc1a86fe7c5189e645.zip
Use parry ^0.7.1
Diffstat (limited to 'build/rapier2d')
-rw-r--r--build/rapier2d/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/rapier2d/Cargo.toml b/build/rapier2d/Cargo.toml
index 3a7f9dc..61b7295 100644
--- a/build/rapier2d/Cargo.toml
+++ b/build/rapier2d/Cargo.toml
@@ -48,7 +48,7 @@ vec_map = { version = "0.8", optional = true }
instant = { version = "0.1", features = [ "now" ]}
num-traits = "0.2"
nalgebra = "0.29"
-parry2d = "0.7"
+parry2d = "^0.7.1"
simba = "0.6"
approx = "0.5"
rayon = { version = "1", optional = true }