mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 14:18:04 +08:00
Implement editor level future message handler (#4182)
* Implement proper editor level async message handler * Take application_io and wake callback as Editor::new arguments * Rename AsyncMessage -> FutureMessage * add DesktopWrapperMessage::Wake --------- Co-authored-by: Timon <me@timon.zip>
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -2152,7 +2152,6 @@ version = "0.1.0"
|
||||
dependencies = [
|
||||
"base64",
|
||||
"dirs",
|
||||
"futures",
|
||||
"graph-craft",
|
||||
"graphene-std",
|
||||
"graphite-editor",
|
||||
@@ -2202,6 +2201,7 @@ dependencies = [
|
||||
"usvg",
|
||||
"vello",
|
||||
"wasm-bindgen",
|
||||
"wasm-bindgen-futures",
|
||||
"web-sys",
|
||||
"wgpu-executor",
|
||||
"zip",
|
||||
|
||||
Reference in New Issue
Block a user