From bf59c08a0a601eeac4354c505cab15e65601c8e8 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Sat, 12 Nov 2022 23:25:54 +0100 Subject: New interaction model --- library/src/lib.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'library/src/lib.rs') diff --git a/library/src/lib.rs b/library/src/lib.rs index 7ffb490c..6f77e0f3 100644 --- a/library/src/lib.rs +++ b/library/src/lib.rs @@ -1,6 +1,7 @@ //! Typst's standard library. pub mod base; +pub mod core; pub mod graphics; pub mod layout; pub mod math; @@ -8,8 +9,6 @@ pub mod prelude; pub mod structure; pub mod text; -mod ext; - use typst::geom::{Align, Color, Dir, GenAlign}; use typst::model::{LangItems, Node, Scope, StyleMap}; -- cgit v1.2.3