diff options
| author | Laurenz <laurmaedje@gmail.com> | 2020-10-04 18:01:56 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2020-10-04 18:01:56 +0200 |
| commit | 262a8fa36a09527b4e257c175b12c8437279cf66 (patch) | |
| tree | ed7ef10b8f8bc1723eda5d1075ac9c09fb8b014f /src/lib.rs | |
| parent | 54e0da59e37c25f5b9f9cd8fbe162184debe521b (diff) | |
Refactor and move shaping out of the layout module ⛳
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |
