// Prevents an extra console window on Windows in release. #![cfg_attr(not(debug_assertions), windows_subsystem = "windows")] fn main() { xplane_cockpit_lib::run() }