1// Library exports for Spotlight Dimmer
2// This allows us to test the code without running the binaries
34pub mod autostart;
5pub mod config;
6pub mod platform;
78#[cfg(windows)]
9pub mod overlay;
1011#[cfg(windows)]
12pub mod tray;
1314#[cfg(windows)]
15pub mod message_window;