Skip to content

Commit

Permalink
Bump math library versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jonstodle authored and sanbox-irl committed Nov 21, 2023
1 parent f140a85 commit 2db42f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ ultraviolet-f64 = ["ultraviolet/f64"]

[dependencies]
libm = { version = "0.2", optional = true }
glam = { version = "0.22", optional = true }
glam = { version = "0.24", optional = true }
nalgebra = { version = "0.32", optional = true }
vek = { version = "0.15", optional = true }
vek = { version = "0.16", optional = true }
ultraviolet = { version = "0.9.0", optional = true }

[dev-dependencies]
Expand Down

0 comments on commit 2db42f4

Please sign in to comment.