Skip to content

Commit

Permalink
Bump nalgebra and ncollide to newest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dmweis committed Nov 8, 2021
1 parent 58e86ba commit e35f32a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ either = "1"
libc = "0.2"
bitflags = "1.2"
num-traits = "0.2"
nalgebra = "0.27.1"
ncollide3d = "0.30"
nalgebra = "0.29"
ncollide3d = "0.32"
image = "0.23"
serde = "1"
serde_derive = "1"
Expand All @@ -60,5 +60,5 @@ web-sys = { version = "0.3", features = [ "console", "KeyEvent", "KeyboardEvent"

[dev-dependencies]
rand = "0.8"
ncollide2d = "0.30"
nalgebra = { version = "0.27.1", features = [ "rand" ] }
ncollide2d = "0.32"
nalgebra = { version = "0.29", features = [ "rand" ] }

0 comments on commit e35f32a

Please sign in to comment.