Graphite/node-graph/gpu-compiler/rust-toolchain.toml

11 lines
143 B
TOML

[toolchain]
channel = "nightly-2023-03-04"
components = [
"rust-src",
"rustc-dev",
"llvm-tools-preview",
"clippy",
"rustfmt",
"rustc",
]