diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-10-18 00:02:38 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-10-18 00:04:12 +0200 |
| commit | c0e972b91a7bf8d22cd24a38fc92a9c6214c8a0c (patch) | |
| tree | 19362eb993f15ef1b9bceeac821852bb6edfe955 /src/library/layout/mod.rs | |
| parent | e21822665591dc19766275da1e185215a6b945ef (diff) | |
Reduce dependencies from compiler on library
Diffstat (limited to 'src/library/layout/mod.rs')
| -rw-r--r-- | src/library/layout/mod.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/library/layout/mod.rs b/src/library/layout/mod.rs index 588b15aa..02276f22 100644 --- a/src/library/layout/mod.rs +++ b/src/library/layout/mod.rs @@ -10,6 +10,7 @@ mod page; mod place; mod spacing; mod stack; +mod transform; pub use align::*; pub use columns::*; @@ -21,3 +22,4 @@ pub use page::*; pub use place::*; pub use spacing::*; pub use stack::*; +pub use transform::*; |
