mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 13:50:04 -04:00
[refactor] collect stuff into new mod paint
This commit is contained in:
@@ -5,7 +5,7 @@ use crate::{layout::Direction, GuiResponse, *};
|
||||
mod slider;
|
||||
pub mod text_edit;
|
||||
|
||||
pub use {slider::*, text_edit::*};
|
||||
pub use {paint::*, slider::*, text_edit::*};
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user