Merge pull request #1846 from bungoboingo/feat/background-gradients
[Feature] Gradients for Backgrounds
This commit is contained in:
commit
cc5d11f1a6
42 changed files with 1580 additions and 1465 deletions
|
|
@ -188,9 +188,10 @@ pub use style::theme;
|
|||
|
||||
pub use crate::core::alignment;
|
||||
pub use crate::core::event;
|
||||
pub use crate::core::gradient;
|
||||
pub use crate::core::{
|
||||
color, Alignment, Background, Color, ContentFit, Length, Padding, Pixels,
|
||||
Point, Rectangle, Size, Vector,
|
||||
color, Alignment, Background, Color, ContentFit, Degrees, Gradient, Length,
|
||||
Padding, Pixels, Point, Radians, Rectangle, Size, Vector,
|
||||
};
|
||||
pub use crate::runtime::Command;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue