Add support for ContentFit for Image
This commit is contained in:
parent
adce9e0421
commit
ca1fcdaf14
6 changed files with 249 additions and 35 deletions
|
|
@ -22,6 +22,7 @@ pub mod time;
|
|||
mod background;
|
||||
mod color;
|
||||
mod font;
|
||||
mod image;
|
||||
mod length;
|
||||
mod padding;
|
||||
mod point;
|
||||
|
|
@ -33,6 +34,7 @@ pub use alignment::Alignment;
|
|||
pub use background::Background;
|
||||
pub use color::Color;
|
||||
pub use font::Font;
|
||||
pub use image::ContentFit;
|
||||
pub use length::Length;
|
||||
pub use padding::Padding;
|
||||
pub use point::Point;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue