feat: use cosmic-config to remember active page

This commit is contained in:
Michael Aaron Murphy 2023-05-30 21:56:01 +02:00
parent 18527db707
commit 14a4a23bc9
No known key found for this signature in database
GPG key ID: B2732D4240C9212C
4 changed files with 30 additions and 233 deletions

View file

@ -8,7 +8,6 @@ rust-version = "1.65.0"
[dependencies]
apply = "0.3.0"
async-channel = "1.8.0"
bytecheck = "0.6.11"
color-eyre = "0.6.2"
cosmic-settings-page = { path = "../page" }
cosmic-settings-system = { path = "../pages/system" }
@ -20,7 +19,6 @@ i18n-embed-fl = "0.6.7"
libcosmic = {workspace = true}
once_cell = "1.17.2"
regex = "1.8.3"
rkyv = { version = "0.7.42", features = ["validation"]}
rust-embed = "6.6.1"
slotmap = "1.0.6"
tokio = "1.28.2"