diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-02-22 12:42:02 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-02-22 12:42:02 +0100 |
| commit | 2bf32c51bceb2f3a8b7ebea3d7c7d6d96757591b (patch) | |
| tree | 3524388a7394dd35ccef10b89a7a034e6ae1ab60 /src/library/mod.rs | |
| parent | c7e52f20483971a39f54c56700b31980f744a410 (diff) | |
Remove layout cache
Diffstat (limited to 'src/library/mod.rs')
| -rw-r--r-- | src/library/mod.rs | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/library/mod.rs b/src/library/mod.rs index ad66f2c3..980f45c8 100644 --- a/src/library/mod.rs +++ b/src/library/mod.rs @@ -66,14 +66,12 @@ pub mod prelude { pub use crate::diag::{with_alternative, At, StrResult, TypResult}; pub use crate::eval::{ - Arg, Args, Cast, Construct, Func, Merge, Property, Scope, Set, Show, ShowNode, - Smart, StyleChain, StyleMap, StyleVec, Template, Value, + Arg, Args, Cast, Construct, Func, Layout, LayoutNode, Merge, Property, Regions, + Scope, Set, Show, ShowNode, Smart, StyleChain, StyleMap, StyleVec, Template, + Value, }; pub use crate::frame::*; pub use crate::geom::*; - pub use crate::layout::{ - Constrain, Constrained, Constraints, Layout, LayoutNode, Regions, - }; pub use crate::syntax::{Span, Spanned}; pub use crate::util::{EcoString, OptionExt}; pub use crate::Vm; |
