mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-11 05:28:35 +00:00
adding an empty example
This commit is contained in:
parent
e5d06c434d
commit
80a4683be7
9
imgui-examples/examples/empty.rs
Normal file
9
imgui-examples/examples/empty.rs
Normal file
@ -0,0 +1,9 @@
|
||||
mod support;
|
||||
|
||||
fn main() {
|
||||
let system = support::init(file!());
|
||||
|
||||
system.main_loop(move |_, _ui| {
|
||||
// nothing! don't actually do any imgui funtimes
|
||||
});
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user