You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 15, 2026. It is now read-only.
Having spirv-builder in the build tree requires that cargo-gpu be built with a specific nightly.
Ideally cargo-gpu could be installed from crates.io and would build spirv-builder and rustc_codegen_spirv into another binary stored somewhere in the cache directory (currently ~/.rust-gpu) with a good prefix. It could then manage a small set of these binaries for special cases, like working with a pinned nightly channel or hacking on rust-gpu itself.
Having
spirv-builderin the build tree requires thatcargo-gpube built with a specific nightly.Ideally
cargo-gpucould be installed from crates.io and would buildspirv-builderandrustc_codegen_spirvinto another binary stored somewhere in the cache directory (currently~/.rust-gpu) with a good prefix. It could then manage a small set of these binaries for special cases, like working with a pinned nightly channel or hacking onrust-gpuitself.