mirror of
https://github.com/EmbarkStudios/rust-gpu.git
synced 2024-11-25 00:04:11 +00:00
Update glam to 0.22 because of remove_attr
This commit is contained in:
parent
5190e2e7b1
commit
a45fbc943e
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -944,9 +944,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "glam"
|
||||
version = "0.20.2"
|
||||
version = "0.22.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e4fa84eead97d5412b2a20aed4d66612a97a9e41e08eababdb9ae2bf88667490"
|
||||
checksum = "12f597d56c1bd55a811a1be189459e8fad2bbc272616375602443bdfb37fa774"
|
||||
dependencies = [
|
||||
"num-traits",
|
||||
]
|
||||
|
@ -12,7 +12,7 @@ bitflags = "1.2.1"
|
||||
num-traits = { version = "0.2.14", default-features = false, features = ["libm"] }
|
||||
spirv-std-types = { path = "./shared", version = "0.4.0-alpha.15" }
|
||||
spirv-std-macros = { path = "./macros", version = "0.4.0-alpha.13" }
|
||||
glam = { version = ">=0.17, <=0.21", default-features = false, features = ["libm"], optional = true }
|
||||
glam = { version = "=0.22", default-features = false, features = ["libm"], optional = true }
|
||||
|
||||
[features]
|
||||
default = []
|
||||
|
Loading…
Reference in New Issue
Block a user