diff options
Diffstat (limited to 'library/src/lib.rs')
| -rw-r--r-- | library/src/lib.rs | 3 |
1 files changed, 1 insertions, 2 deletions
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}; |
