summaryrefslogtreecommitdiffstats
path: root/native
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector0193@gmail.com>2022-09-23 20:26:53 +0200
committerLibravatar GitHub <noreply@github.com>2022-09-23 20:26:53 +0200
commit3c9af1eb31d8f5e4a6cfcc10aa41e48868f3d6eb (patch)
tree60d2698687b97503d96ecb147bc0ae6dc17a3d4e /native
parentbfd24c27db3d37d4fb772d1ea564c96936663c1d (diff)
parentbe5964db83f5e33cd80b93274d9f26117bbbe128 (diff)
downloadiced-3c9af1eb31d8f5e4a6cfcc10aa41e48868f3d6eb.tar.gz
iced-3c9af1eb31d8f5e4a6cfcc10aa41e48868f3d6eb.tar.bz2
iced-3c9af1eb31d8f5e4a6cfcc10aa41e48868f3d6eb.zip
Merge pull request #1227 from LordRatte/feature-colour-macro
`color!` macro
Diffstat (limited to 'native')
-rw-r--r--native/src/lib.rs4
1 files changed, 2 insertions, 2 deletions
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;