rustgpu!!

This commit is contained in:
2025-03-22 17:41:13 -04:00
parent 788764ab5d
commit 47c1d9513f
24 changed files with 1570 additions and 1274 deletions

7
rust-toolchain.toml Normal file
View File

@@ -0,0 +1,7 @@
[toolchain]
channel = "nightly-2024-11-22"
components = ["rust-src", "rustc-dev", "llvm-tools"]
# commit_hash = b19329a37cedf2027517ae22c87cf201f93d776e
# Whenever changing the nightly channel, update the commit hash above, and make
# sure to change `REQUIRED_TOOLCHAIN` in `crates/rustc_codegen_spirv/build.rs` also.