Skip to content

Commit

Permalink
chore: Updated glam to 0.27
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-cooper authored and not-fl3 committed May 27, 2024
1 parent cc998e6 commit b0c59d4
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 @@ -28,7 +28,7 @@ all-features = true
[dependencies]
miniquad = { version = "=0.4.1", features = ["log-impl"] }
quad-rand = "0.2.1"
glam = {version = "0.21", features = ["scalar-math"] }
glam = {version = "0.27", features = ["scalar-math"] }
image = { version = "0.24", default-features = false, features = ["png", "tga"] }
macroquad_macro = { version = "0.1.7", path = "macroquad_macro" }
fontdue = "0.7"
Expand Down

0 comments on commit b0c59d4

Please sign in to comment.