1 2 3 4 5
#![cfg_attr(target_os = "windows", windows_subsystem = "windows")] fn main() -> anyhow::Result<()> { wakezilla::tray::run() }