From 92c01da36016e94ff20163806ddcbcf7e33d4031 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Sat, 10 Oct 2020 22:19:36 +0200 Subject: =?UTF-8?q?Switch=20back=20to=20custom=20geometry=20types,=20unifi?= =?UTF-8?q?ed=20with=20layout=20primitives=20=F0=9F=8F=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index 22e3b988..381270c9 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -30,13 +30,13 @@ #[macro_use] pub mod diag; -pub mod color; +#[macro_use] pub mod eval; +pub mod color; pub mod export; pub mod font; pub mod geom; pub mod layout; -pub mod length; pub mod library; pub mod paper; pub mod parse; -- cgit v1.2.3