diff options
Diffstat (limited to 'src/window.rs')
-rw-r--r-- | src/window.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/window.rs b/src/window.rs index 54ea2a02..a2883b62 100644 --- a/src/window.rs +++ b/src/window.rs @@ -2,5 +2,8 @@ mod mode; mod settings; +pub mod icon; + +pub use icon::Icon; pub use mode::Mode; pub use settings::Settings; |