Add support for ContentFit for Image
This commit is contained in:
parent
adce9e0421
commit
ca1fcdaf14
6 changed files with 249 additions and 35 deletions
|
|
@ -71,8 +71,8 @@ mod debug;
|
|||
pub use iced_core::alignment;
|
||||
pub use iced_core::time;
|
||||
pub use iced_core::{
|
||||
Alignment, Background, Color, Font, Length, Padding, Point, Rectangle,
|
||||
Size, Vector,
|
||||
Alignment, Background, Color, ContentFit, Font, Length, Padding, Point,
|
||||
Rectangle, Size, Vector,
|
||||
};
|
||||
pub use iced_futures::{executor, futures};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue