From b3734bbc046fe7b14cff54e2dae7014a71014777 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Fri, 24 May 2019 12:24:10 +0200 Subject: =?UTF-8?q?Restructure=20engine=20into=20modular=20layouter=20?= =?UTF-8?q?=F0=9F=8D=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/doc.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/doc.rs') diff --git a/src/doc.rs b/src/doc.rs index 83a3b300..51583bdc 100644 --- a/src/doc.rs +++ b/src/doc.rs @@ -1,7 +1,7 @@ //! Representation of typesetted documents. use crate::font::Font; -use crate::engine::Size; +use crate::layout::Size; /// A complete typesetted document, which can be exported. -- cgit v1.2.3