Export color! macro in iced and iced_native

This commit is contained in:
Héctor Ramón Jiménez 2022-09-23 20:10:16 +02:00
parent 82cf8d2d12
commit b8401c61a1
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
2 changed files with 4 additions and 4 deletions

View file

@ -80,8 +80,8 @@ mod debug;
pub use iced_core::alignment; pub use iced_core::alignment;
pub use iced_core::time; pub use iced_core::time;
pub use iced_core::{ pub use iced_core::{
Alignment, Background, Color, ContentFit, Font, Length, Padding, Point, color, Alignment, Background, Color, ContentFit, Font, Length, Padding,
Rectangle, Size, Vector, Point, Rectangle, Size, Vector,
}; };
pub use iced_futures::{executor, futures}; pub use iced_futures::{executor, futures};
pub use iced_style::application; pub use iced_style::application;

View file

@ -211,8 +211,8 @@ pub use theme::Theme;
pub use runtime::alignment; pub use runtime::alignment;
pub use runtime::futures; pub use runtime::futures;
pub use runtime::{ pub use runtime::{
Alignment, Background, Color, Command, ContentFit, Font, Length, Padding, color, Alignment, Background, Color, Command, ContentFit, Font, Length,
Point, Rectangle, Size, Vector, Padding, Point, Rectangle, Size, Vector,
}; };
#[cfg(feature = "system")] #[cfg(feature = "system")]