mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-22 04:28:11 +08:00
Extract gapplication_io from gcore (#2742)
move `gcore::application_io` into the new crate `gapplication-io`, remove features `wasm` and `wgpu` from `gcore`
This commit is contained in:
@@ -11,7 +11,8 @@ passthrough = []
|
||||
|
||||
[dependencies]
|
||||
# Local dependencies
|
||||
graphene-core = { workspace = true, features = ["wgpu"] }
|
||||
graphene-core = { workspace = true, features = ["wgpu", "vello"] }
|
||||
graphene-application-io = { workspace = true, features = ["wgpu"] }
|
||||
dyn-any = { workspace = true }
|
||||
node-macro = { workspace = true }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user