Support glam 0.18 (#760)

This commit is contained in:
Johan Andersson 2021-10-05 09:24:18 +02:00 committed by GitHub
parent 6780432b37
commit 2540106965
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1200,9 +1200,9 @@ dependencies = [
[[package]]
name = "glam"
version = "0.17.3"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e01732b97afd8508eee3333a541b9f7610f454bb818669e66e90f5f57c93a776"
checksum = "525a3e490ba77b8e326fb67d4b44b4bd2f920f44d4cc73ccec50adc68e3bee34"
dependencies = [
"num-traits",
]

View File

@ -12,7 +12,7 @@ bitflags = "1.2.1"
num-traits = { version = "0.2.14", default-features = false, features = ["libm"] }
spirv-types = { path = "./shared", version = "0.4.0-alpha.12" }
spirv-std-macros = { path = "./macros", version = "0.4.0-alpha.12" }
glam = { version = "0.17.0", default-features = false, features = ["libm"], optional = true }
glam = { version = ">=0.17, <=0.18", default-features = false, features = ["libm"], optional = true }
[features]
default = []