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` --- native/src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'native/src') diff --git a/native/src/lib.rs b/native/src/lib.rs index 13173901..02269265 100644 --- a/native/src/lib.rs +++ b/native/src/lib.rs @@ -80,8 +80,8 @@ mod debug; pub use iced_core::alignment; pub use iced_core::time; pub use iced_core::{ - Alignment, Background, Color, ContentFit, Font, Length, Padding, Point, - Rectangle, Size, Vector, + color, Alignment, Background, Color, ContentFit, Font, Length, Padding, + Point, Rectangle, Size, Vector, }; pub use iced_futures::{executor, futures}; pub use iced_style::application; -- cgit