aboutsummaryrefslogtreecommitdiff
path: root/src/style/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/style/mod.rs')
-rw-r--r--src/style/mod.rs5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/style/mod.rs b/src/style/mod.rs
index 39c171d..635fd10 100644
--- a/src/style/mod.rs
+++ b/src/style/mod.rs
@@ -9,12 +9,9 @@ mod shape;
mod size;
mod text;
-#[cfg(feature = "palette_ext")]
-mod palette_ext;
-
/// Definitions of palettes of accessibility
pub use self::palette::*;
-pub use color::{Color, HSLColor, PaletteColor, RGBAColor, RGBColor, SimpleColor};
+pub use color::{Color, HSLColor, PaletteColor, RGBAColor, RGBColor};
pub use colors::{BLACK, BLUE, CYAN, GREEN, MAGENTA, RED, TRANSPARENT, WHITE, YELLOW};
pub use font::{
FontDesc, FontError, FontFamily, FontResult, FontStyle, FontTransform, IntoFont, LayoutBox,