From b8401c61a1a9966adf83e520cb2bb2758366459a Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Fri, 23 Sep 2022 20:10:16 +0200 Subject: Export `color!` macro in `iced` and `iced_native` --- src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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")] -- cgit