From 5b344b663a3d224134923eea0d67ebf44c069b07 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Sun, 31 Oct 2021 15:52:16 +0100 Subject: Reorganize modules Instead of separating functionality into layout and library, everything lives in the library now. This way, related things live side by side and there are no duplicate file names in the two directories. --- src/export/pdf.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/export/pdf.rs') diff --git a/src/export/pdf.rs b/src/export/pdf.rs index 1ac8149d..5649d552 100644 --- a/src/export/pdf.rs +++ b/src/export/pdf.rs @@ -14,9 +14,9 @@ use ttf_parser::{name_id, GlyphId, Tag}; use super::subset; use crate::font::{find_name, FaceId, FontStore}; +use crate::frame::{Element, Frame, Geometry}; use crate::geom::{self, Color, Em, Length, Paint, Size}; use crate::image::{Image, ImageId, ImageStore}; -use crate::layout::{Element, Frame, Geometry}; use crate::Context; /// Export a collection of frames into a PDF document. -- cgit v1.2.3