mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 13:50:04 -04:00
Make widget_text module public
Closes https://github.com/emilk/egui/issues/1756
This commit is contained in:
@@ -319,7 +319,7 @@ mod sense;
|
|||||||
pub mod style;
|
pub mod style;
|
||||||
mod ui;
|
mod ui;
|
||||||
pub mod util;
|
pub mod util;
|
||||||
mod widget_text;
|
pub mod widget_text;
|
||||||
pub mod widgets;
|
pub mod widgets;
|
||||||
|
|
||||||
pub use epaint;
|
pub use epaint;
|
||||||
|
|||||||
Reference in New Issue
Block a user