Bring in mime icon implementation from cosmic-edit

This commit is contained in:
Jeremy Soller 2024-01-03 15:33:28 -07:00
parent 9978f246b9
commit 68be49302b
No known key found for this signature in database
GPG key ID: DCFCA852D3906975
5 changed files with 887 additions and 127 deletions

View file

@ -21,6 +21,10 @@ default-features = false
features = ["tokio", "winit"]
#path = "../libcosmic"
#TODO: clean up and send changes upstream
[dependencies.systemicons]
git = "https://github.com/jackpot51/systemicons"
[features]
default = ["wgpu"]
wgpu = ["libcosmic/wgpu"]