diff options
Diffstat (limited to 'src/layout/mod.rs')
| -rw-r--r-- | src/layout/mod.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/layout/mod.rs b/src/layout/mod.rs index cd59e3d2..ee74ff6f 100644 --- a/src/layout/mod.rs +++ b/src/layout/mod.rs @@ -11,6 +11,7 @@ mod par; mod regions; mod shape; mod shaping; +mod spacing; mod stack; mod tree; @@ -25,6 +26,7 @@ pub use par::*; pub use regions::*; pub use shape::*; pub use shaping::*; +pub use spacing::*; pub use stack::*; pub use tree::*; |
