diff --git a/Cargo.toml b/Cargo.toml index c54fde4..4042c59 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wgsl-inline" -version = "0.1.4" +version = "0.1.5" edition = "2021" license = "MIT" description = "A macro used to embed WGSL within Rust." @@ -13,8 +13,8 @@ include = ["/Cargo.toml", "/LICENSE", "/README.md", "/src/**"] [dependencies] syn = { version = "2.0", features = ["full"] } -naga = { version = "0.13", features = ["wgsl-in", "wgsl-out"] } -naga-to-tokenstream = "0.3" +naga = { version = "0.14", features = ["wgsl-in", "wgsl-out"] } +naga-to-tokenstream = "0.4" proc-macro2 = "1.0" quote = "1.0" @@ -25,4 +25,4 @@ proc-macro = true minify = ["naga-to-tokenstream/minify"] glam = ["naga-to-tokenstream/glam"] naga = ["naga-to-tokenstream/naga"] -encase = ["naga-to-tokenstream/encase"] \ No newline at end of file +encase = ["naga-to-tokenstream/encase"]