Use systemicons fork for mime icons

This commit is contained in:
Jeremy Soller 2023-11-17 13:28:39 -07:00
parent ed8fd870a9
commit abde4bfdce
No known key found for this signature in database
GPG key ID: DCFCA852D3906975
3 changed files with 910 additions and 142 deletions

View file

@ -16,7 +16,6 @@ rfd = { version = "0.12.0", optional = true }
serde = { version = "1", features = ["serde_derive"] }
syntect = "5.1.0"
two-face = "0.3.0"
xdg-mime = "0.3.3"
# Internationalization
i18n-embed = { version = "0.13.4", features = ["fluent-system", "desktop-requester"] }
i18n-embed-fl = "0.6.4"
@ -33,6 +32,10 @@ default-features = false
features = ["winit", "wgpu"]
#path = "../libcosmic"
#TODO: clean up and send changes upstream
[dependencies.systemicons]
git = "https://github.com/jackpot51/systemicons"
[features]
default = ["rfd"]