refactor: replace icon loading with improved general image loading

This commit is contained in:
Jake Stanger
2023-01-29 17:46:02 +00:00
parent 8ba9826cd9
commit 15f0857859
8 changed files with 636 additions and 84 deletions

View File

@@ -2,9 +2,10 @@ mod bar;
mod bridge_channel;
mod clients;
mod config;
mod desktop_file;
mod dynamic_string;
mod error;
mod icon;
mod image;
mod logging;
mod macros;
mod modules;