diff options
Diffstat (limited to 'build/rapier2d')
| -rw-r--r-- | build/rapier2d/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/rapier2d/Cargo.toml b/build/rapier2d/Cargo.toml index f243631..43cf7ad 100644 --- a/build/rapier2d/Cargo.toml +++ b/build/rapier2d/Cargo.toml @@ -43,8 +43,8 @@ required-features = [ "dim2", "f32" ] vec_map = { version = "0.8", optional = true } instant = { version = "0.1", features = [ "now" ]} num-traits = "0.2" -nalgebra = "0.25" -parry2d = "0.3" +nalgebra = "0.26" +parry2d = "0.4" simba = "0.4" approx = "0.4" rayon = { version = "1", optional = true } |
