Skip to content

Commit 2540106

Browse files
authored
Support glam 0.18 (#760)
1 parent 6780432 commit 2540106

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/spirv-std/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ bitflags = "1.2.1"
1212
num-traits = { version = "0.2.14", default-features = false, features = ["libm"] }
1313
spirv-types = { path = "./shared", version = "0.4.0-alpha.12" }
1414
spirv-std-macros = { path = "./macros", version = "0.4.0-alpha.12" }
15-
glam = { version = "0.17.0", default-features = false, features = ["libm"], optional = true }
15+
glam = { version = ">=0.17, <=0.18", default-features = false, features = ["libm"], optional = true }
1616

1717
[features]
1818
default = []

0 commit comments

Comments
 (0)