mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-26 07:58: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:
Generated
+16
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user