Outdated docs (suggesting now-obsoleted versions, linking to since-renamed files, etc.).
FuzzyLitchi opened this issue · 1 comments
FuzzyLitchi commented
In this page the link to "https://github.com/EmbarkStudios/rust-gpu/blob/main/rust-toolchain" is broken, presumably missing .toml
at the end.
Also, it recommends using spirv-builder = "0.4"
but it seems that is incompatible with the current rust-toolchain.toml
file as the compile error helpfully points out. spirv-builder = "0.6"
seems to work.