diff options
author | 2022-01-22 20:09:35 -0500 | |
---|---|---|
committer | 2022-02-16 18:19:33 +0700 | |
commit | ca1fcdaf1454fd3febae8e6864c9a7dec04f41b1 (patch) | |
tree | 56c062b664a5060bee6ca98a48fd018c16c2fa9c /native/src/lib.rs | |
parent | adce9e04213803bd775538efddf6e7908d1c605e (diff) | |
download | iced-ca1fcdaf1454fd3febae8e6864c9a7dec04f41b1.tar.gz iced-ca1fcdaf1454fd3febae8e6864c9a7dec04f41b1.tar.bz2 iced-ca1fcdaf1454fd3febae8e6864c9a7dec04f41b1.zip |
Add support for `ContentFit` for `Image`
Diffstat (limited to 'native/src/lib.rs')
-rw-r--r-- | native/src/lib.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/native/src/lib.rs b/native/src/lib.rs index 6d98f7d1..5c9c24c9 100644 --- a/native/src/lib.rs +++ b/native/src/lib.rs @@ -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}; |