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:
Firestar99
2025-06-23 11:35:14 +02:00
committed by GitHub
parent ae88f4a3de
commit 0e8eb481bf
18 changed files with 84 additions and 44 deletions
+2 -1
View File
@@ -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 }