Skip to content

Commit

Permalink
Merge pull request DigitalExtinction#412 from Indy2222/feature/upgrad…
Browse files Browse the repository at this point in the history
…e-nalgebra
  • Loading branch information
Indy2222 authored Mar 7, 2023
2 parents e364c64 + b27cf2d commit a898e7b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,10 @@ gltf = "1.0"
itertools = "0.10.5"
iyes_loopless = "0.9.1"
iyes_progress = { version = "0.7.1", features = [ "iyes_loopless" ] }
nalgebra = { version = "0.31.0", features = ["convert-glam022"] }
nalgebra = { version = "0.32.2", features = ["convert-glam022"] }
ntest = "0.9.0"
parry2d = "0.11.0"
parry3d = "0.11.0"
parry2d = "0.13.1"
parry3d = "0.13.1"
reqwest = { version = "0.11.13", features = ["json"] }
rstar = "0.10.0"
serde = { version = "1.0", features = ["derive"] }
Expand Down

0 comments on commit a898e7b

Please sign in to comment.