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.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/src/lib.rs b/core/src/lib.rs
index 0eac97c2..3eb9f659 100644
--- a/core/src/lib.rs
+++ b/core/src/lib.rs
@@ -21,8 +21,8 @@ pub mod time;
mod background;
mod color;
+mod content_fit;
mod font;
-mod image;
mod length;
mod padding;
mod point;
@@ -33,8 +33,8 @@ 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 image::ContentFit;
pub use length::Length;
pub use padding::Padding;
pub use point::Point;