//! Windows system-tray popover. On other OSes this binary exists so
//! `cargo build --all-targets` stays uniform, and exits with a short message.
#![cfg_attr(windows, windows_subsystem ="windows")]fnmain(){std::process::exit(ai_usagebar::tray::run());}