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,9 +1,11 @@
|
|||
//! Position your widgets properly.
|
||||
mod debugger;
|
||||
mod limits;
|
||||
mod node;
|
||||
|
||||
pub mod flex;
|
||||
|
||||
pub use debugger::Debugger;
|
||||
pub use limits::Limits;
|
||||
pub use node::Node;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue