From 285c2f617b74e182be69decea46bbd0afdb0f604 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Sat, 26 Jun 2021 13:06:37 +0200 Subject: Cleanse library - Remove doc-comments for Typst functions from library - Reduce number of library source files --- src/layout/mod.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/layout/mod.rs') diff --git a/src/layout/mod.rs b/src/layout/mod.rs index f1ae3e2a..10c30f41 100644 --- a/src/layout/mod.rs +++ b/src/layout/mod.rs @@ -4,12 +4,14 @@ mod background; mod fixed; mod frame; mod grid; +mod image; mod incremental; mod pad; mod par; mod shaping; mod stack; +pub use self::image::*; pub use background::*; pub use fixed::*; pub use frame::*; -- cgit v1.2.3