Use systemicons fork for mime icons
This commit is contained in:
parent
ed8fd870a9
commit
abde4bfdce
3 changed files with 910 additions and 142 deletions
|
|
@ -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"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue