1
0
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:
Pascal Ernst
2021-01-04 10:24:49 +01:00
committed by GitHub
parent 10a23d18e1
commit 00269f96c0

View File

@@ -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;