diff options
author | 2020-04-24 15:20:00 -0500 | |
---|---|---|
committer | 2020-04-24 15:20:00 -0500 | |
commit | 27fadad3246d555f52b991230a0352353d6700b4 (patch) | |
tree | be94c88b9f4a8dea24e9a1b1598fc81c6c57c3d4 /core | |
parent | 4b90241ea1d2139464587ce8475aeebbf283abc7 (diff) | |
download | iced-27fadad3246d555f52b991230a0352353d6700b4.tar.gz iced-27fadad3246d555f52b991230a0352353d6700b4.tar.bz2 iced-27fadad3246d555f52b991230a0352353d6700b4.zip |
Do not re-export Palette from iced_core
Diffstat (limited to 'core')
-rw-r--r-- | core/src/lib.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/core/src/lib.rs b/core/src/lib.rs index ca6013da..c2887a0b 100644 --- a/core/src/lib.rs +++ b/core/src/lib.rs @@ -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; |