feat: use cosmic-config to remember active page
This commit is contained in:
parent
18527db707
commit
14a4a23bc9
4 changed files with 30 additions and 233 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue