From b42ecbd6a67d6af42f06c52c290d88e176cee0ea Mon Sep 17 00:00:00 2001 From: Laurenz Date: Sun, 17 Oct 2021 17:35:15 +0200 Subject: Simplify decorations --- src/layout/mod.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/layout/mod.rs') diff --git a/src/layout/mod.rs b/src/layout/mod.rs index 5c5e2ffd..d0313778 100644 --- a/src/layout/mod.rs +++ b/src/layout/mod.rs @@ -1,6 +1,7 @@ //! Layouting. mod constraints; +mod deco; mod frame; mod grid; mod image; @@ -15,6 +16,7 @@ mod text; pub use self::image::*; pub use constraints::*; +pub use deco::*; pub use frame::*; pub use grid::*; #[cfg(feature = "layout-cache")] -- cgit v1.2.3