summaryrefslogtreecommitdiff
path: root/src/library/mod.rs
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2021-08-29 15:09:54 +0200
committerLaurenz <laurmaedje@gmail.com>2021-08-29 15:09:54 +0200
commite4e79990dad90aea17ea99e54fcd60435927bb56 (patch)
tree2e893ac5e104867629c2dad38502ef3fdc426d33 /src/library/mod.rs
parent411aba5b6f541f96bbdb4e23a40cf022a867dc11 (diff)
Allow body for font function once again
Diffstat (limited to 'src/library/mod.rs')
-rw-r--r--src/library/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library/mod.rs b/src/library/mod.rs
index 9d25a008..a549aa72 100644
--- a/src/library/mod.rs
+++ b/src/library/mod.rs
@@ -18,7 +18,7 @@ use std::rc::Rc;
use crate::color::{Color, RgbaColor};
use crate::diag::TypResult;
-use crate::eval::{Arguments, EvalContext, Scope, Str, Template, Value};
+use crate::eval::{Arguments, EvalContext, Scope, State, Str, Template, Value};
use crate::font::{FontFamily, FontStretch, FontStyle, FontWeight, VerticalFontMetric};
use crate::geom::*;
use crate::layout::LayoutNode;