Skip to content

Commit 3d2222a

Browse files
committed
Update to spirv-builder 0.6.0
1 parent 591957b commit 3d2222a

File tree

4 files changed

+14
-10
lines changed

4 files changed

+14
-10
lines changed

Cargo.lock

Lines changed: 6 additions & 6 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
@@ -5,7 +5,7 @@ edition = "2021"
55
build = false
66

77
[dependencies]
8-
spirv-builder = "0.5.0"
8+
spirv-builder = "0.6.0"
99
ctrlc = "3.2.5"
1010
notify = "5.1.0"
1111
futures = { version = "0.3.26", features = ["thread-pool"] }

rust-toolchain

Lines changed: 0 additions & 3 deletions
This file was deleted.

rust-toolchain.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[toolchain]
2+
channel = "nightly-2023-01-21"
3+
components = ["rust-src", "rustc-dev", "llvm-tools-preview"]
4+
# commit_hash = 5ce39f42bd2c8bca9c570f0560ebe1fce4eddb14
5+
6+
# Whenever changing the nightly channel, update the commit hash above, and make
7+
# sure to change REQUIRED_TOOLCHAIN in crates/rustc_codegen_spirv/src/build.rs also.

0 commit comments

Comments
 (0)