Merge pull request #1227 from LordRatte/feature-colour-macro
`color!` macro
This commit is contained in:
commit
3c9af1eb31
3 changed files with 39 additions and 4 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")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue