summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2020-10-10 22:19:36 +0200
committerLaurenz <laurmaedje@gmail.com>2020-10-10 22:19:36 +0200
commit92c01da36016e94ff20163806ddcbcf7e33d4031 (patch)
tree1a900b3c11edcc93e9153fada3ce92310db5768b /src/lib.rs
parent42500d5ed85539c5ab04dd3544beaf802da29be9 (diff)
Switch back to custom geometry types, unified with layout primitives 🏞
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs4
1 files changed, 2 insertions, 2 deletions
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;