imgui piped sort of how I want it. but not really
This commit is contained in:
@@ -8,6 +8,11 @@ use cgmath::Deg;
|
||||
|
||||
// a component is any type that is 'static, sized, send and sync
|
||||
|
||||
|
||||
pub struct ImguiWindow<'a> {
|
||||
pub window: imgui::Window<'a>,
|
||||
}
|
||||
|
||||
#[derive(Clone, Copy, Debug, PartialEq)]
|
||||
pub struct LoopState {
|
||||
pub delta_time: Duration,
|
||||
|
||||
Reference in New Issue
Block a user