mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-02 06:41:14 +00:00
5 lines
78 B
Rust
5 lines
78 B
Rust
sixtyfps::include_modules!();
|
|
|
|
pub fn main() {
|
|
MainWindow::new().run();
|
|
}
|