feat: memorize last active page between instances
This commit is contained in:
parent
2709dcfee5
commit
9d3c3405a2
23 changed files with 252 additions and 87 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue