Graphite/node-graph/gpu-compiler/rust-toolchain.toml
Dennis Kobert 7e3469fa3f
Update graphene-cli and fix no-std compilation for graphene-core (#1428)
* Initialize wgpu executor from graphene cli

* Make `graphene-core` `no-std` complient again

* Implemnt image similarity calculation

* Add nan checks

* Make image comparison optional

* Feature gate quantization to reduce the number of warnings
2023-09-30 11:20:17 +02:00

10 lines
143 B
TOML

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