EmbarkStudios/rust-gpu

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

FuzzyLitchi opened this issue · 1 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.

eddyb commented

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