summaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-02-16 17:58:51 +0700
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-02-16 18:19:37 +0700
commitc910e239196655f3d5ba146aa3dc8da2b578ef8e (patch)
tree008ef6d5fdbd8c46125e23d0083cab2539aec0ff /src/lib.rs
parent6822d1d9f2c5b4fcbf65763c8edd091ac18a657e (diff)
downloadiced-c910e239196655f3d5ba146aa3dc8da2b578ef8e.tar.gz
iced-c910e239196655f3d5ba146aa3dc8da2b578ef8e.tar.bz2
iced-c910e239196655f3d5ba146aa3dc8da2b578ef8e.zip
Expose `ContentFit` in root
Diffstat (limited to '')
-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,
};