[vello_shaders] Pin naga dependency

This commit is contained in:
Arman Uguray 2023-03-29 11:20:15 -07:00
parent 4f445c2e0a
commit eb1d4be36a

View file

@ -10,10 +10,10 @@ wgsl = []
msl = [] msl = []
[dependencies] [dependencies]
naga = { git = "https://github.com/gfx-rs/naga", features = ["wgsl-in", "msl-out", "validate"], optional = true } naga = { git = "https://github.com/gfx-rs/naga", rev = "53d62b9", features = ["wgsl-in", "msl-out", "validate"], optional = true }
thiserror = { version = "1.0.40", optional = true } thiserror = { version = "1.0.40", optional = true }
[build-dependencies] [build-dependencies]
naga = { git = "https://github.com/gfx-rs/naga", features = ["wgsl-in", "msl-out", "validate"] } naga = { git = "https://github.com/gfx-rs/naga", rev = "53d62b9", features = ["wgsl-in", "msl-out", "validate"] }
thiserror = "1.0.40" thiserror = "1.0.40"