Skip to content

Commit

Permalink
Update glam to 0.27 (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
a1phyr authored Apr 9, 2024
1 parent 9c9f2e0 commit 6cf58f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ bytemuck = "1.12.3"
mint = "0.5.9"

cgmath = { version = "0.18.0", default-features = false, optional = true }
glam = { version = "^0.25", default-features = false, features = ["mint"], optional = true }
glam = { version = "^0.27", default-features = false, features = ["mint"], optional = true }
nalgebra = { version = "0.32.3", default-features = false, features = ["mint"], optional = true }

[dev-dependencies]
Expand Down

0 comments on commit 6cf58f2

Please sign in to comment.