summaryrefslogtreecommitdiffstats
path: root/core/src
diff options
context:
space:
mode:
authorLibravatar Clark Moody <clark@clarkmoody.com>2020-04-02 17:49:23 -0500
committerLibravatar Clark Moody <clark@clarkmoody.com>2020-04-24 15:13:22 -0500
commit71657b50dd69d860663051c588ff643242e971a7 (patch)
tree5de9bfa57e65d9325c8ab1377d729b6b7203dd2b /core/src
parent04be010fbdf84300531b806fa8855f57bbf727b7 (diff)
downloadiced-71657b50dd69d860663051c588ff643242e971a7.tar.gz
iced-71657b50dd69d860663051c588ff643242e971a7.tar.bz2
iced-71657b50dd69d860663051c588ff643242e971a7.zip
Conditional re-export of palette from iced_core
Diffstat (limited to 'core/src')
-rw-r--r--core/src/lib.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/src/lib.rs b/core/src/lib.rs
index c2887a0b..ca6013da 100644
--- a/core/src/lib.rs
+++ b/core/src/lib.rs
@@ -35,3 +35,6 @@ pub use point::Point;
pub use rectangle::Rectangle;
pub use size::Size;
pub use vector::Vector;
+
+#[cfg(feature = "palette")]
+pub use palette;