1
0
Fork 0
slint-memory-game/src/main.rs

6 lines
89 B
Rust

slint::include_modules!();
fn main() {
MainWindow::new().unwrap().run().unwrap();
}