From f3e461b27c70d34e12f3bcb11cc340a88fc7f102 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Sun, 15 Dec 2019 15:09:09 +0100 Subject: =?UTF-8?q?Paper=20styles=20and=20scalable+default=20margins=20?= =?UTF-8?q?=F0=9F=93=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/func/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/func') diff --git a/src/func/mod.rs b/src/func/mod.rs index babde1ae..48e70034 100644 --- a/src/func/mod.rs +++ b/src/func/mod.rs @@ -19,7 +19,7 @@ pub mod prelude { Expression, Ident, ExpressionKind, Spanned, Span }; - pub use crate::size::{Size, Size2D, SizeBox, ScaleSize, FSize, PSize}; + pub use crate::size::{Size, Size2D, SizeBox, ValueBox, ScaleSize, FSize, PSize}; pub use crate::style::{LayoutStyle, PageStyle, TextStyle}; pub use Command::*; } -- cgit v1.2.3