mirror of
https://github.com/EmbarkStudios/rust-gpu.git
synced 2024-11-25 00:04:11 +00:00
Support glam 0.18 (#760)
This commit is contained in:
parent
6780432b37
commit
2540106965
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -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",
|
||||
]
|
||||
|
@ -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 = []
|
||||
|
Loading…
Reference in New Issue
Block a user