mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-21 01:08:12 +08:00
Create window using the graphen-cli
This commit is contained in:
committed by
Keavon Chambers
parent
dccb5235c0
commit
5d1581dd70
@@ -10,12 +10,18 @@ license = "MIT OR Apache-2.0"
|
||||
|
||||
[features]
|
||||
default = ["wasm", "imaginate"]
|
||||
gpu = ["graphene-core/gpu", "gpu-compiler-bin-wrapper", "compilation-client", "gpu-executor"]
|
||||
gpu = [
|
||||
"graphene-core/gpu",
|
||||
"gpu-compiler-bin-wrapper",
|
||||
"compilation-client",
|
||||
"gpu-executor",
|
||||
]
|
||||
vulkan = ["gpu", "vulkan-executor"]
|
||||
wgpu = ["gpu", "wgpu-executor"]
|
||||
quantization = ["autoquant"]
|
||||
wasm = ["wasm-bindgen", "web-sys", "js-sys"]
|
||||
imaginate = ["image/png", "base64", "js-sys", "web-sys", "wasm-bindgen-futures"]
|
||||
wayland = []
|
||||
|
||||
|
||||
[dependencies]
|
||||
|
||||
Reference in New Issue
Block a user