mirror of
https://github.com/EmbarkStudios/kajiya.git
synced 2025-12-08 19:06:11 +00:00
* 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>
9 lines
418 B
Plaintext
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"] |