Implement sheet listing

No click effect or filtering yet
This commit is contained in:
2024-01-16 22:50:18 +01:00
parent f6a4de51e7
commit 4a41ce6cf3
4 changed files with 144 additions and 12 deletions

View File

@ -13,3 +13,5 @@ relm4 = "0.6.2"
relm4-components = "0.6.2"
# Optional: icons
relm4-icons = { version = "0.6.0", features = ["plus"] }
walkdir = "2"