mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 22:28:10 +08:00
Allow printing proto graph in graphite-cli (#2388)
Allow disabling running of node network in graphite-cli It seems that graphite-cli currently crashes on some GPUs which do not support Vulkan. This commit improves the CLI, adding an option to disable running the node network, which prevents the crash (but also prevents any output from being shown). Change default log levels Restructure argument parsing
This commit is contained in:
committed by
Dennis Kobert
parent
0a91dd2141
commit
85fac63bb2
16
Cargo.lock
generated
16
Cargo.lock
generated
@@ -940,6 +940,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "027bb0d98429ae334a8698531da7077bdf906419543a35a55c2cb1b66437d767"
|
||||
dependencies = [
|
||||
"clap_builder",
|
||||
"clap_derive",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -948,8 +949,22 @@ version = "4.5.31"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5589e0cba072e0f3d23791efac0fd8627b49c829c196a492e88168e6a669d863"
|
||||
dependencies = [
|
||||
"anstream",
|
||||
"anstyle",
|
||||
"clap_lex",
|
||||
"strsim",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "clap_derive"
|
||||
version = "4.5.28"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "bf4ced95c6f4a675af3da73304b9ac4ed991640c36374e4b46795c49e17cf1ed"
|
||||
dependencies = [
|
||||
"heck 0.5.0",
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn 2.0.99",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -2428,6 +2443,7 @@ dependencies = [
|
||||
"bezier-rs",
|
||||
"bitflags 2.9.0",
|
||||
"chrono",
|
||||
"clap",
|
||||
"dyn-any",
|
||||
"fern",
|
||||
"futures",
|
||||
|
||||
Reference in New Issue
Block a user