summaryrefslogtreecommitdiffstats
path: root/core/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/lib.rs')
-rw-r--r--core/src/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/src/lib.rs b/core/src/lib.rs
index 2a4e6158..3eb9f659 100644
--- a/core/src/lib.rs
+++ b/core/src/lib.rs
@@ -21,6 +21,7 @@ pub mod time;
mod background;
mod color;
+mod content_fit;
mod font;
mod length;
mod padding;
@@ -32,6 +33,7 @@ mod vector;
pub use alignment::Alignment;
pub use background::Background;
pub use color::Color;
+pub use content_fit::ContentFit;
pub use font::Font;
pub use length::Length;
pub use padding::Padding;