diff options
Diffstat (limited to 'src/shaping.rs')
| -rw-r--r-- | src/shaping.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/shaping.rs b/src/shaping.rs index 01739db3..d9e6e9fd 100644 --- a/src/shaping.rs +++ b/src/shaping.rs @@ -9,8 +9,7 @@ use ttf_parser::GlyphId; use crate::font::FontLoader; use crate::geom::{Point, Size}; -use crate::layout::elements::{LayoutElement, LayoutElements, Shaped}; -use crate::layout::{BoxLayout, Dir, LayoutAlign}; +use crate::layout::{BoxLayout, Dir, LayoutAlign, LayoutElement, LayoutElements, Shaped}; use crate::style::TextStyle; /// Shape text into a box. |
