Add dictionary and dictionary quiz pages

This commit is contained in:
2026-02-22 11:07:57 +03:00
parent 170ccfc0fb
commit 6268b0ab33
8 changed files with 568 additions and 27 deletions
+3
View File
@@ -6,3 +6,6 @@ edition = "2024"
[dependencies]
iced = { version = "0.14.0", features = ["canvas"] }
rand = "0.10.0"
dirs = "6.0.0"
serde = { version = "1.0.144", features = ["derive"] }
serde_json = "1.0.149"