summaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-09-23 20:10:16 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-09-23 20:10:35 +0200
commitb8401c61a1a9966adf83e520cb2bb2758366459a (patch)
tree697a17a6f0509adbdcb4c95252d81e58f21a5628 /src/lib.rs
parent82cf8d2d12187417f339d471e2b7a57fd97f6251 (diff)
downloadiced-b8401c61a1a9966adf83e520cb2bb2758366459a.tar.gz
iced-b8401c61a1a9966adf83e520cb2bb2758366459a.tar.bz2
iced-b8401c61a1a9966adf83e520cb2bb2758366459a.zip
Export `color!` macro in `iced` and `iced_native`
Diffstat (limited to '')
-rw-r--r--src/lib.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 4276f86a..8209952f 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -211,8 +211,8 @@ pub use theme::Theme;
pub use runtime::alignment;
pub use runtime::futures;
pub use runtime::{
- Alignment, Background, Color, Command, ContentFit, Font, Length, Padding,
- Point, Rectangle, Size, Vector,
+ color, Alignment, Background, Color, Command, ContentFit, Font, Length,
+ Padding, Point, Rectangle, Size, Vector,
};
#[cfg(feature = "system")]