#![cfg_attr(all(not(dev), target_os = "windows"), windows_subsystem = "windows")] mod app; mod host_bridge; mod shell; fn main() { app::run(); }