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
Generated
+16 -1
View File
@@ -2130,6 +2130,7 @@ dependencies = [
"dyn-any",
"glam",
"graph-craft",
"graphene-application-io",
"graphene-core",
"iai-callgrind",
"js-sys",
@@ -2148,6 +2149,19 @@ dependencies = [
"winit",
]
[[package]]
name = "graphene-application-io"
version = "0.1.0"
dependencies = [
"dyn-any",
"glam",
"graphene-core",
"log",
"serde",
"web-sys",
"wgpu",
]
[[package]]
name = "graphene-cli"
version = "0.1.0"
@@ -2196,7 +2210,6 @@ dependencies = [
"tokio",
"usvg",
"vello",
"web-sys",
"wgpu",
]
@@ -2212,6 +2225,7 @@ dependencies = [
"futures",
"glam",
"graph-craft",
"graphene-application-io",
"graphene-core",
"image",
"log",
@@ -7386,6 +7400,7 @@ dependencies = [
"dyn-any",
"futures",
"glam",
"graphene-application-io",
"graphene-core",
"node-macro",
"vello",