move widgets out of ui
This commit is contained in:
@@ -11,6 +11,7 @@ mod texture;
|
||||
mod ui;
|
||||
mod vec2;
|
||||
mod widget;
|
||||
mod widgets;
|
||||
|
||||
pub use color::*;
|
||||
pub use id::*;
|
||||
@@ -25,5 +26,6 @@ pub use texture::*;
|
||||
pub use ui::*;
|
||||
pub use vec2::*;
|
||||
pub use widget::*;
|
||||
pub use widgets::*;
|
||||
|
||||
pub type UiColor = Color<u8>;
|
||||
|
||||
Reference in New Issue
Block a user