summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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 ab4c5032..84e872c7 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -225,6 +225,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,
};