2024-05-24 15:27:30 -04:00

6 lines
104 B
Rust

mod support;
fn main() {
support::simple_init(file!(), move |run, ui| ui.show_demo_window(run));
}