diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-03-19 10:19:24 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-03-19 10:19:34 +0100 |
| commit | 0ba99ab8aa523645e2f0a0d9f6333ad4e48f5daa (patch) | |
| tree | 2de7ce344b6d579dca8ae346c68b1931a6e79b25 /library/src/layout/mod.rs | |
| parent | c7f4d6b12ee3138c752402889eeaa603ac69351d (diff) | |
Measurement and introspection rework
Diffstat (limited to 'library/src/layout/mod.rs')
| -rw-r--r-- | library/src/layout/mod.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/library/src/layout/mod.rs b/library/src/layout/mod.rs index 0ce292aa..b6ecce51 100644 --- a/library/src/layout/mod.rs +++ b/library/src/layout/mod.rs @@ -10,6 +10,7 @@ mod fragment; mod grid; mod hide; mod list; +mod measure; mod pad; mod page; mod par; @@ -31,6 +32,7 @@ pub use self::fragment::*; pub use self::grid::*; pub use self::hide::*; pub use self::list::*; +pub use self::measure::*; pub use self::pad::*; pub use self::page::*; pub use self::par::*; |
