Load icons using mime type

This commit is contained in:
Jeremy Soller 2023-11-13 10:33:26 -07:00
parent 1151c64323
commit f76f83565c
No known key found for this signature in database
GPG key ID: DCFCA852D3906975
6 changed files with 72 additions and 15 deletions

View file

@ -10,6 +10,7 @@ env_logger = "0.10.0"
fontdb = "0.15.0"
lazy_static = "1.4.0"
log = "0.4.20"
mime_guess = "2"
rfd = "0.12.0"
serde = { version = "1", features = ["serde_derive"] }
syntect = "5.1.0"