Desktop: Move autosave persistence to native (#3134)

* Move autosave persistence to native 1

* Move autosave persistence to native 2

* Reimplement quirky behavior of the web frontend

* Code revew

* Use select_after_open

* fix fmt

---------

Co-authored-by: Keavon Chambers <keavon@keavon.com>
This commit is contained in:
Timon
2025-09-09 11:27:54 +00:00
committed by GitHub
parent 1808bea2cf
commit 4261b7dad1
11 changed files with 387 additions and 21 deletions

2
Cargo.lock generated
View File

@@ -2271,6 +2271,7 @@ dependencies = [
"open",
"rfd",
"ron",
"serde",
"thiserror 2.0.16",
"tracing",
"tracing-subscriber",
@@ -2298,6 +2299,7 @@ dependencies = [
"graphite-editor",
"image",
"ron",
"serde",
"thiserror 2.0.16",
"tracing",
"vello",