Add support for ContentFit for Image

This commit is contained in:
Emi Simpson 2022-01-22 20:09:35 -05:00 committed by Héctor Ramón Jiménez
parent adce9e0421
commit ca1fcdaf14
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
6 changed files with 249 additions and 35 deletions

View file

@ -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;