summaryrefslogtreecommitdiff
path: root/src/func/mod.rs
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2019-12-15 15:09:09 +0100
committerLaurenz <laurmaedje@gmail.com>2019-12-15 15:09:09 +0100
commitf3e461b27c70d34e12f3bcb11cc340a88fc7f102 (patch)
tree5d8e21f21aa918bd5ca2c2c8654564f25ab4cd6d /src/func/mod.rs
parent3677e4a97dd08252e2e1172ac60a5ab958f8ee16 (diff)
Paper styles and scalable+default margins 📜
Diffstat (limited to 'src/func/mod.rs')
-rw-r--r--src/func/mod.rs2
1 files changed, 1 insertions, 1 deletions
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::*;
}