6 lines
89 B
Rust
6 lines
89 B
Rust
slint::include_modules!();
|
|
|
|
fn main() {
|
|
MainWindow::new().unwrap().run().unwrap();
|
|
}
|