diff options
Diffstat (limited to 'native')
-rw-r--r-- | native/src/font.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/native/src/font.rs b/native/src/font.rs index 6840a25f..15359694 100644 --- a/native/src/font.rs +++ b/native/src/font.rs @@ -1,5 +1,5 @@ //! Load and use fonts. -pub use iced_core::Font; +pub use iced_core::font::*; use crate::command::{self, Command}; use std::borrow::Cow; |