diff --git a/Cargo.toml b/Cargo.toml index 684daec..8d53c42 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "include-wgsl-oil" -version = "0.2.4" +version = "0.2.5" edition = "2021" license = "MIT" description = "Includes a WGSL file with the `naga-oil` preprocessor. " @@ -13,9 +13,9 @@ include = ["/Cargo.toml", "/LICENSE", "/README.md", "/src/**"] [dependencies] syn = { version = "2.0", features = ["full"] } -naga = { version = "0.14", features = ["wgsl-in", "wgsl-out"] } -naga_oil = "0.11" -naga-to-tokenstream = "0.4" +naga = { version = "0.19", features = ["wgsl-in", "wgsl-out"] } +naga_oil = "0.13" +naga-to-tokenstream = "0.5" proc-macro2 = "1.0" quote = "1.0" glob = "0.3" @@ -28,7 +28,7 @@ daggy = "0.8" data-encoding = "2" [dev-dependencies] -encase = {version = "0.6", features = ["glam"]} +encase = {version = "0.7", features = ["glam"]} glam = "0.25" [lib] @@ -38,4 +38,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"]