Desktop: Move wrapper to separate crate (#3073)

Move desktop wrapper to separate crate
This commit is contained in:
Timon
2025-08-20 15:41:34 +00:00
committed by GitHub
parent 30e5d66105
commit 2c8913416d
14 changed files with 75 additions and 32 deletions
Generated
+19 -5
View File
@@ -2083,10 +2083,7 @@ dependencies = [
"dirs",
"futures",
"glam",
"graph-craft",
"graphene-std",
"graphite-editor",
"image",
"graphite-desktop-wrapper",
"include_dir",
"open",
"rfd",
@@ -2096,10 +2093,27 @@ dependencies = [
"tracing-subscriber",
"vello",
"wgpu",
"wgpu-executor",
"winit",
]
[[package]]
name = "graphite-desktop-wrapper"
version = "0.1.0"
dependencies = [
"dirs",
"futures",
"graph-craft",
"graphene-std",
"graphite-editor",
"image",
"ron",
"thiserror 2.0.12",
"tracing",
"vello",
"wgpu",
"wgpu-executor",
]
[[package]]
name = "graphite-editor"
version = "0.0.0"