Skip to content

Commit 022c3cc

Browse files
committed
spirv-tools: update to 0.13.0
1 parent dbf3737 commit 022c3cc

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ spirv-builder = { path = "./crates/spirv-builder", version = "=0.9.0", default-f
4747
spirv-std = { path = "./crates/spirv-std", version = "=0.9.0" }
4848
spirv-std-types = { path = "./crates/spirv-std/shared", version = "=0.9.0" }
4949
spirv-std-macros = { path = "./crates/spirv-std/macros", version = "=0.9.0" }
50-
spirv-tools = { version = "0.12.1", default-features = false }
50+
spirv-tools = { version = "0.13.0", default-features = false }
5151
rustc_codegen_spirv = { path = "./crates/rustc_codegen_spirv", version = "=0.9.0", default-features = false }
5252
rustc_codegen_spirv-types = { path = "./crates/rustc_codegen_spirv-types", version = "=0.9.0" }
5353
rustc_codegen_spirv-target-specs = { path = "crates/rustc_codegen_spirv-target-specs", version = "=0.9.0" }

crates/rustc_codegen_spirv/src/target.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ impl SpirvTarget {
3737

3838
TargetEnv::Vulkan_1_0
3939
| TargetEnv::Vulkan_1_1
40-
| TargetEnv::WebGPU_0
40+
| TargetEnv::WebGPU_0_DEPRECATED
4141
| TargetEnv::Vulkan_1_1_Spirv_1_4
4242
| TargetEnv::Vulkan_1_2
4343
| TargetEnv::Vulkan_1_3

0 commit comments

Comments
 (0)