rust-gpu icon indicating copy to clipboard operation
rust-gpu copied to clipboard

Outdated docs (suggesting now-obsoleted versions, linking to since-renamed files, etc.).

Open FuzzyLitchi opened this issue 2 years ago • 2 comments

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.

FuzzyLitchi avatar Mar 21 '23 15:03 FuzzyLitchi

cc @oisyn I guess these are some of the docs that lack any good way to automate generating/checking them.

eddyb avatar Mar 23 '23 08:03 eddyb