Do not re-export Palette from iced_core

This commit is contained in:
Clark Moody 2020-04-24 15:20:00 -05:00
parent 4b90241ea1
commit 27fadad324
3 changed files with 2 additions and 7 deletions

View file

@ -35,6 +35,3 @@ pub use point::Point;
pub use rectangle::Rectangle;
pub use size::Size;
pub use vector::Vector;
#[cfg(feature = "palette")]
pub use palette;