summaryrefslogtreecommitdiff
path: root/src/layout/mod.rs
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2021-06-26 13:06:37 +0200
committerLaurenz <laurmaedje@gmail.com>2021-06-26 13:06:37 +0200
commit285c2f617b74e182be69decea46bbd0afdb0f604 (patch)
tree41bdb5d19bc80c165df6e55e829051f0812f7c3d /src/layout/mod.rs
parent63cf36149635156013f0324b660bf4d362beb87f (diff)
Cleanse library
- Remove doc-comments for Typst functions from library - Reduce number of library source files
Diffstat (limited to 'src/layout/mod.rs')
-rw-r--r--src/layout/mod.rs2
1 files changed, 2 insertions, 0 deletions
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::*;