mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-10 04:58:34 +00:00
6 lines
104 B
Rust
6 lines
104 B
Rust
mod support;
|
|
|
|
fn main() {
|
|
support::simple_init(file!(), move |run, ui| ui.show_demo_window(run));
|
|
}
|