diff --git a/crates/shaders/Cargo.toml b/crates/shaders/Cargo.toml index d3969ef..70e859b 100644 --- a/crates/shaders/Cargo.toml +++ b/crates/shaders/Cargo.toml @@ -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"