SneakyBerry d373f76b8a
Update to rust-gpu main (#82)
* Update to rust-gpu main

* Update crates/lib/rust-shaders/src/ssgi.rs

* cargo fmt

---------

Co-authored-by: Tomasz Stachowiak <codeinsane@gmail.com>
Co-authored-by: Tomasz Stachowiak <h3@h3.gd>
2023-09-11 14:54:24 +02:00

9 lines
418 B
Plaintext

# If you see this, run `rustup self update` to get rustup 1.23 or newer.
# NOTE: above comment is for older `rustup` (before TOML support was added),
# which will treat the first line as the toolchain name, and therefore show it
# to the user in the error, instead of "error: invalid channel name '[toolchain]'".
[toolchain]
channel = "nightly-2023-07-08"
components = ["rust-src", "rustc-dev", "llvm-tools-preview"]