Added persistant settings on desktop

This commit is contained in:
2026-01-10 15:51:36 -07:00
committed by Samuel Warfield
parent 889bdf6b80
commit af35d72e4e
5 changed files with 74 additions and 4 deletions
Generated
+21
View File
@@ -2270,6 +2270,17 @@ dependencies = [
"xxhash-rust",
]
[[package]]
name = "etcetera"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26c7b13d0780cb82722fd59f6f57f925e143427e4a75313a6c77243bf5326ae6"
dependencies = [
"cfg-if",
"home",
"windows-sys 0.59.0",
]
[[package]]
name = "euclid"
version = "0.22.11"
@@ -3157,6 +3168,15 @@ version = "1.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad6880c8d4a9ebf39c6e8b77007ce223f646a4d21ce29d99f70cb16420545425"
[[package]]
name = "home"
version = "0.5.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc627f471c528ff0c4a49e1d5e60450c8f6461dd6d10ba9dcd3a61d3dff7728d"
dependencies = [
"windows-sys 0.61.2",
]
[[package]]
name = "html-purifier"
version = "0.3.0"
@@ -4261,6 +4281,7 @@ dependencies = [
"dioxus",
"dioxus-asset-resolver",
"dioxus-web",
"etcetera",
"futures",
"futures-channel",
"gloo-timers",