diff options
author | 2022-09-23 20:26:53 +0200 | |
---|---|---|
committer | 2022-09-23 20:26:53 +0200 | |
commit | 3c9af1eb31d8f5e4a6cfcc10aa41e48868f3d6eb (patch) | |
tree | 60d2698687b97503d96ecb147bc0ae6dc17a3d4e /src | |
parent | bfd24c27db3d37d4fb772d1ea564c96936663c1d (diff) | |
parent | be5964db83f5e33cd80b93274d9f26117bbbe128 (diff) | |
download | iced-3c9af1eb31d8f5e4a6cfcc10aa41e48868f3d6eb.tar.gz iced-3c9af1eb31d8f5e4a6cfcc10aa41e48868f3d6eb.tar.bz2 iced-3c9af1eb31d8f5e4a6cfcc10aa41e48868f3d6eb.zip |
Merge pull request #1227 from LordRatte/feature-colour-macro
`color!` macro
Diffstat (limited to 'src')
-rw-r--r-- | src/lib.rs | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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")] |