mod ui; mod utils; mod widgets; mod winsparkle; fn main() { tracing_subscriber::fmt::init(); ui::main_window::main_window(); }