Skip to content

Commit

Permalink
Update to version 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
cwfitzgerald committed Apr 19, 2023
1 parent b9c5cb5 commit b99d58e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "naga"
version = "0.11.0"
version = "0.12.0"
authors = ["Naga Developers"]
edition = "2021"
description = "Shader translation infrastructure"
Expand Down
6 changes: 3 additions & 3 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "naga-cli"
version = "0.11.0"
version = "0.12.0"
authors = ["Naga Developers"]
edition = "2021"
description = "Shader translation command line tool"
Expand All @@ -10,9 +10,9 @@ keywords = ["shader", "SPIR-V", "GLSL", "MSL"]
license = "MIT OR Apache-2.0"

[dependencies]
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"] }
naga = { version = "0.12", 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"
env_logger = "0.9"
env_logger = "0.10"
argh = "0.1.5"

0 comments on commit b99d58e

Please sign in to comment.