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
+1
View File
@@ -6,3 +6,4 @@ edition = "2024"
[dependencies]
iced = { version = "0.14.0", features = ["image"] }
rfd = "0.17.1"
uuid = { version = "1.19.0", features = ["v4"] }