Update to 0.11 (#2222)

This commit is contained in:
Connor Fitzgerald
2023-01-25 16:27:09 -05:00
committed by GitHub
parent 13944c0ae5
commit f0edae8ce9
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "naga"
version = "0.10.0"
version = "0.11.0"
authors = ["Naga Developers"]
edition = "2021"
description = "Shader translation infrastructure"

View File

@@ -1,6 +1,6 @@
[package]
name = "naga-cli"
version = "0.10.0"
version = "0.11.0"
authors = ["Naga Developers"]
edition = "2021"
description = "Shader translation command line tool"
@@ -10,7 +10,7 @@ keywords = ["shader", "SPIR-V", "GLSL", "MSL"]
license = "MIT OR Apache-2.0"
[dependencies]
naga = { version = "0.10", path = "../", features = ["validate", "span", "wgsl-in", "wgsl-out", "glsl-in", "glsl-out", "spv-in", "spv-out", "msl-out", "hlsl-out", "dot-out", "serialize", "deserialize"] }
naga = { version = "0.11", path = "../", features = ["validate", "span", "wgsl-in", "wgsl-out", "glsl-in", "glsl-out", "spv-in", "spv-out", "msl-out", "hlsl-out", "dot-out", "serialize", "deserialize"] }
bincode = "1"
log = "0.4"
codespan-reporting = "0.11"