Start clean

This commit is contained in:
2026-01-11 19:01:50 +01:00
commit addbd730e7
8 changed files with 1560 additions and 0 deletions

7
rust-toolchain.toml Normal file
View File

@ -0,0 +1,7 @@
[toolchain]
channel = "nightly-2025-06-30"
components = ["rust-src", "rustc-dev", "llvm-tools"]
# commit_hash = 35f6036521777bdc0dcea1f980be4c192962a168
# Whenever changing the nightly channel, update the commit hash above, and
# change `REQUIRED_RUST_TOOLCHAIN` in `crates/rustc_codegen_spirv/build.rs` too.