Move Debugger and Windowed to a better location
We move `renderer::Debugger` to `layout::Debugger` and `renderer::Windowed` to `window::Renderer`.
This commit is contained in:
parent
d15d1156bd
commit
e45497dfd6
10 changed files with 27 additions and 29 deletions
|
|
@ -1,4 +1,6 @@
|
|||
//! Build window-based GUI applications.
|
||||
mod event;
|
||||
mod renderer;
|
||||
|
||||
pub use event::Event;
|
||||
pub use renderer::{Renderer, Target};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue