summaryrefslogtreecommitdiff
path: root/src/layout/mod.rs
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2020-10-01 15:13:04 +0200
committerLaurenz <laurmaedje@gmail.com>2020-10-01 15:13:04 +0200
commite676ab53ddbab367179ee2ab214bb41ff2ee0c11 (patch)
treef003f6eb6698494310da5771249bbb61a8da27a0 /src/layout/mod.rs
parent7c12f0c07f9d4ed473027dbd00cbbc00e4a3050c (diff)
Rename compute to eval ✏
Diffstat (limited to 'src/layout/mod.rs')
-rw-r--r--src/layout/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/layout/mod.rs b/src/layout/mod.rs
index 5f32167a..0843e80a 100644
--- a/src/layout/mod.rs
+++ b/src/layout/mod.rs
@@ -21,7 +21,7 @@ pub mod prelude {
pub use primitive::*;
pub use tree::layout_tree as layout;
-use crate::compute::Scope;
+use crate::eval::Scope;
use crate::font::SharedFontLoader;
use crate::geom::{Margins, Size};
use crate::style::{LayoutStyle, PageStyle, TextStyle};