summaryrefslogtreecommitdiffstats
path: root/src
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 /src
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 'src')
-rw-r--r--src/lib.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib.rs b/src/lib.rs
index c8047d7f..b34bb72c 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -221,6 +221,6 @@ pub use settings::Settings;
pub use runtime::alignment;
pub use runtime::futures;
pub use runtime::{
- Alignment, Background, Color, Command, Font, Length, Point, Rectangle,
- Size, Subscription, Vector,
+ Alignment, Background, Color, Command, ContentFit, Font, Length, Point,
+ Rectangle, Size, Subscription, Vector,
};