summaryrefslogtreecommitdiff
path: root/src/layout/mod.rs
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2020-10-03 11:09:32 +0200
committerLaurenz <laurmaedje@gmail.com>2020-10-03 11:09:32 +0200
commit730715c064294337ee9befc3b9332d45eb74818f (patch)
treee8bad130d43b3eefcb065365b223c3bdbd997026 /src/layout/mod.rs
parentdc8d5d2f1eadb19d0351fa214400d7ec7ba31a20 (diff)
Rename text layouting to shaping ✏
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 4fdbdde1..fcaab372 100644
--- a/src/layout/mod.rs
+++ b/src/layout/mod.rs
@@ -3,8 +3,8 @@
pub mod elements;
pub mod line;
pub mod primitive;
+pub mod shaping;
pub mod stack;
-pub mod text;
mod tree;
pub use primitive::*;