summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2020-10-04 18:01:56 +0200
committerLaurenz <laurmaedje@gmail.com>2020-10-04 18:01:56 +0200
commit262a8fa36a09527b4e257c175b12c8437279cf66 (patch)
treeed7ef10b8f8bc1723eda5d1075ac9c09fb8b014f /src/lib.rs
parent54e0da59e37c25f5b9f9cd8fbe162184debe521b (diff)
Refactor and move shaping out of the layout module ⛳
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index c47f7f51..43868cd4 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -35,6 +35,7 @@ pub mod library;
pub mod paper;
pub mod parse;
pub mod prelude;
+pub mod shaping;
pub mod style;
pub mod syntax;