1 2 3 4 5 6
slint::include_modules!(); fn main() { let app_win = AppWindow::new().unwrap(); app_win.run().unwrap(); }