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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;