Remove imgui from the entire project
This commit is contained in:
parent
306774c15b
commit
13aefcc86f
12 changed files with 16 additions and 125 deletions
|
|
@ -16,7 +16,7 @@ use raidillon_glium::GliumPlatform;
|
|||
use winit::event::{ElementState, Event, WindowEvent};
|
||||
use winit::event::DeviceEvent::MouseMotion;
|
||||
use winit::keyboard::{KeyCode, PhysicalKey};
|
||||
use raidillon_core::{DebugUIBuffer, EguiQueue};
|
||||
use raidillon_core::{EguiQueue};
|
||||
use systems::debug_camera::FPSDebugCameraSystem;
|
||||
use raidillon_glium::RenderingSystem;
|
||||
use raidillon_physics::Physics;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue