Skip to content

Commit

Permalink
Mark compatibility with glam 0.25
Browse files Browse the repository at this point in the history
  • Loading branch information
fornwall authored and koute committed Jan 14, 2024
1 parent c0f715d commit 57520a2
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 @@ -16,7 +16,7 @@ edition = "2018"
memoffset = "0.8"
speedy-derive = { version = "= 0.8.6", path = "speedy-derive", optional = true }
chrono = { version = "0.4", optional = true }
glam = { version = ">= 0.15, <= 0.24", optional = true }
glam = { version = ">= 0.15, <= 0.25", optional = true }
smallvec = { version = "1", optional = true }
regex = { version = "1", optional = true, default-features = false }
uuid = {version = "1", optional = true, default-features = false }
Expand Down

0 comments on commit 57520a2

Please sign in to comment.