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

@ -17,6 +17,8 @@ mod config;
mod localize;
mod mime_icon;
use tab::Tab;
mod tab;