summaryrefslogtreecommitdiffstats
path: root/native/src/lib.rs
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector0193@gmail.com>2022-02-23 16:56:01 +0700
committerLibravatar GitHub <noreply@github.com>2022-02-23 16:56:01 +0700
commit9fe50801537e8fbfd2914f5139b5a609929e25db (patch)
treeb649ccb07f01214e8d9ea4e4b413290e10ee724a /native/src/lib.rs
parente0185b8cda82a0092386a2b5a7e2ca0a3a2f0a25 (diff)
parent33b9b50883dfcc9838f7792d884324aaffef0a41 (diff)
downloadiced-9fe50801537e8fbfd2914f5139b5a609929e25db.tar.gz
iced-9fe50801537e8fbfd2914f5139b5a609929e25db.tar.bz2
iced-9fe50801537e8fbfd2914f5139b5a609929e25db.zip
Merge pull request #1219 from Alch-Emi/image-modes
ContentFit support for images
Diffstat (limited to 'native/src/lib.rs')
-rw-r--r--native/src/lib.rs4
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};