diff options
| author | Laurenz <laurmaedje@gmail.com> | 2020-10-03 11:09:32 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2020-10-03 11:09:32 +0200 |
| commit | 730715c064294337ee9befc3b9332d45eb74818f (patch) | |
| tree | e8bad130d43b3eefcb065365b223c3bdbd997026 /src/layout/mod.rs | |
| parent | dc8d5d2f1eadb19d0351fa214400d7ec7ba31a20 (diff) | |
Rename text layouting to shaping ✏
Diffstat (limited to 'src/layout/mod.rs')
| -rw-r--r-- | src/layout/mod.rs | 2 |
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::*; |
