Added support for gradients as background variants + other optimizations.
This commit is contained in:
parent
669f7cc74b
commit
6551a0b2ab
41 changed files with 1658 additions and 1489 deletions
|
|
@ -42,6 +42,7 @@ pub mod touch;
|
|||
pub mod widget;
|
||||
pub mod window;
|
||||
|
||||
mod angle;
|
||||
mod background;
|
||||
mod color;
|
||||
mod content_fit;
|
||||
|
|
@ -57,6 +58,7 @@ mod size;
|
|||
mod vector;
|
||||
|
||||
pub use alignment::Alignment;
|
||||
pub use angle::{Degrees, Radians};
|
||||
pub use background::Background;
|
||||
pub use clipboard::Clipboard;
|
||||
pub use color::Color;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue