mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-07-04 20:21:02 +02:00
feat(workspaces): support for using images in name_map
This commit is contained in:
parent
3cf9be89fd
commit
b054c17d14
13 changed files with 132 additions and 64 deletions
5
src/image/mod.rs
Normal file
5
src/image/mod.rs
Normal file
|
@ -0,0 +1,5 @@
|
|||
mod gtk;
|
||||
mod provider;
|
||||
|
||||
pub use self::gtk::*;
|
||||
pub use provider::ImageProvider;
|
Loading…
Add table
Add a link
Reference in a new issue