Skip to content

Commit

Permalink
Support more versions of glam.
Browse files Browse the repository at this point in the history
  • Loading branch information
caibear committed Mar 24, 2024
1 parent ad9baa5 commit b0c7b39
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 @@ -17,7 +17,7 @@ exclude = ["fuzz/"]
arrayvec = { version = "0.7", default-features = false, optional = true }
bitcode_derive = { version = "0.6.0-beta.1", path = "./bitcode_derive", optional = true }
bytemuck = { version = "1.14", features = [ "min_const_generics", "must_cast" ] }
glam = { version = "0.22", default-features = false, features = [ "std" ], optional = true }
glam = { version = ">=0.21", default-features = false, features = [ "std" ], optional = true }
serde = { version = "1.0", optional = true }

[dev-dependencies]
Expand Down

0 comments on commit b0c7b39

Please sign in to comment.