diff options
Diffstat (limited to 'src/exec/state.rs')
| -rw-r--r-- | src/exec/state.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exec/state.rs b/src/exec/state.rs index aa2dde1c..6775f394 100644 --- a/src/exec/state.rs +++ b/src/exec/state.rs @@ -3,8 +3,8 @@ use std::rc::Rc; use fontdock::{fallback, FallbackTree, FontStretch, FontStyle, FontVariant, FontWeight}; use crate::geom::*; +use crate::layout::VerticalFontMetric; use crate::paper::{Paper, PaperClass, PAPER_A4}; -use crate::shaping::VerticalFontMetric; /// The evaluation state. #[derive(Debug, Clone, PartialEq)] |
