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

8 lines
143 B
Rust

mod support;
fn main() {
support::simple_init(file!(), move |_, _ui| {
// nothing! don't actually do any imgui funtimes
});
}