diff options
Diffstat (limited to 'library/src/lib.rs')
| -rw-r--r-- | library/src/lib.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/library/src/lib.rs b/library/src/lib.rs index 31da5b71..0759f73f 100644 --- a/library/src/lib.rs +++ b/library/src/lib.rs @@ -10,8 +10,9 @@ pub mod symbols; pub mod text; pub mod visualize; +use typst::eval::{LangItems, Library, Module, Scope}; use typst::geom::{Align, Color, Dir, GenAlign}; -use typst::model::{LangItems, Library, Module, Node, NodeId, Scope, StyleMap}; +use typst::model::{Node, NodeId, StyleMap}; use self::layout::LayoutRoot; |
