diff --git a/Cargo.toml b/Cargo.toml index b905241..0637ff9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ include = ["/Cargo.toml", "/LICENSE", "/README.md", "/src/**"] [dependencies] syn = { version = "2.0", features = [] } -naga = { version = "0.14", features = ["wgsl-in", "wgsl-out"] } +naga = { version = "0.19", features = ["wgsl-in", "wgsl-out"] } naga-to-tokenstream = "0.4" proc-macro2 = "1.0" quote = "1.0"