Make style
module public (#92)
Allow access to types such as `Visual` to configure the Ui style.
This commit is contained in:
parent
10a23d18e1
commit
00269f96c0
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue