Implemented opening of pdfs

This commit is contained in:
2024-01-16 23:28:00 +01:00
parent f4bbbc330c
commit e47c9afe33
4 changed files with 153 additions and 13 deletions

View File

@ -14,4 +14,5 @@ relm4-components = "0.6.2"
# Optional: icons
relm4-icons = { version = "0.6.0", features = ["plus"] }
walkdir = "2"
walkdir = "2" # For traversing directories recursively
opener = "0.6.1" # For opening files with the systems default application