mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-07-16 04:05:00 +00:00

* 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
10 lines
143 B
TOML
10 lines
143 B
TOML
[toolchain]
|
|
channel = "nightly-2023-05-27"
|
|
components = [
|
|
"rust-src",
|
|
"rustc-dev",
|
|
"llvm-tools-preview",
|
|
"clippy",
|
|
"rustfmt",
|
|
"rustc",
|
|
]
|