mirror of
https://github.com/italicsjenga/vello.git
synced 2025-01-07 19:31:31 +11:00
Merge pull request #340 from waywardmonkeys/use-naga-release-crate
vello_shaders: Use naga 0.12, not git rev.
This commit is contained in:
commit
b37b5a3ef1
|
@ -10,10 +10,10 @@ wgsl = []
|
|||
msl = []
|
||||
|
||||
[dependencies]
|
||||
naga = { git = "https://github.com/gfx-rs/naga", rev = "53d62b9", features = ["wgsl-in", "msl-out", "validate"], optional = true }
|
||||
naga = { version = "0.12", features = ["wgsl-in", "msl-out", "validate"], optional = true }
|
||||
thiserror = { version = "1.0.40", optional = true }
|
||||
|
||||
[build-dependencies]
|
||||
naga = { git = "https://github.com/gfx-rs/naga", rev = "53d62b9", features = ["wgsl-in", "msl-out", "validate"] }
|
||||
naga = { version = "0.12", features = ["wgsl-in", "msl-out", "validate"] }
|
||||
thiserror = "1.0.40"
|
||||
|
||||
|
|
Loading…
Reference in a new issue