feat: memorize last active page between instances

This commit is contained in:
Michael Aaron Murphy 2023-01-27 03:10:54 +01:00
parent 2709dcfee5
commit 9d3c3405a2
No known key found for this signature in database
GPG key ID: B2732D4240C9212C
23 changed files with 252 additions and 87 deletions

View file

@ -13,6 +13,9 @@ once_cell = "1.17.0"
regex = "1.7.1"
rust-embed = "6.4.2"
slotmap = "1.0.6"
dirs = "4.0.0"
rkyv = { version = "0.7.39", features = ["validation"]}
bytecheck = "0.6.9"
[dependencies.i18n-embed]
version = "0.13.8"
@ -22,4 +25,4 @@ features = ["fluent-system", "desktop-requester"]
git = "https://github.com/pop-os/libcosmic"
branch = "settings-improv"
default-features = false
features = ["debug", "winit", "dyrend"]
features = ["debug", "winit", "dyrend"]