mirror of
https://github.com/emilk/egui.git
synced 2026-08-29 12:50:04 -04:00
Make style module public (#92)
Allow access to types such as `Visual` to configure the Ui style.
This commit is contained in:
@@ -92,7 +92,7 @@ mod memory;
|
||||
pub mod menu;
|
||||
pub mod paint;
|
||||
mod painter;
|
||||
mod style;
|
||||
pub mod style;
|
||||
mod types;
|
||||
mod ui;
|
||||
pub mod util;
|
||||
|
||||
Reference in New Issue
Block a user