Skip to content

Commit

Permalink
Mark compatibility with glam 0.25 (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
fornwall committed Feb 25, 2024
1 parent 73501b8 commit cdea631
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 @@ -12,7 +12,7 @@ readme = "crates-io.md"
rust-version = "1.60"

[dependencies]
glam = ">=0.21, <=0.24"
glam = ">=0.21, <=0.25"

[dev-dependencies]
macroquad = "0.3"

0 comments on commit cdea631

Please sign in to comment.