diff options
Diffstat (limited to 'native/src/lib.rs')
-rw-r--r-- | native/src/lib.rs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/native/src/lib.rs b/native/src/lib.rs index a5526e6d..5c9c24c9 100644 --- a/native/src/lib.rs +++ b/native/src/lib.rs @@ -69,9 +69,10 @@ mod debug; mod debug; pub use iced_core::alignment; +pub use iced_core::time; pub use iced_core::{ - Alignment, Background, Color, Font, Length, Padding, Point, Rectangle, - Size, Vector, + Alignment, Background, Color, ContentFit, Font, Length, Padding, Point, + Rectangle, Size, Vector, }; pub use iced_futures::{executor, futures}; |