feat: refactor state into hashmap + add new file action with keybind

This commit is contained in:
Stevan Freeborn
2026-01-15 07:02:21 -06:00
parent 599aacaf3b
commit 573724901f
3 changed files with 165 additions and 43 deletions
Generated
+2
View File
@@ -3570,6 +3570,7 @@ version = "1.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2e054861b4bd027cd373e18e8d8d8e6548085000e41290d95ce0c373a654b4a"
dependencies = [
"getrandom",
"js-sys",
"serde_core",
"wasm-bindgen",
@@ -4606,6 +4607,7 @@ version = "0.1.0"
dependencies = [
"iced",
"rfd",
"uuid",
]
[[package]]