diff options
| author | Laurenz <laurmaedje@gmail.com> | 2020-10-04 18:01:56 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2020-10-04 18:01:56 +0200 |
| commit | 262a8fa36a09527b4e257c175b12c8437279cf66 (patch) | |
| tree | ed7ef10b8f8bc1723eda5d1075ac9c09fb8b014f /src/layout/mod.rs | |
| parent | 54e0da59e37c25f5b9f9cd8fbe162184debe521b (diff) | |
Refactor and move shaping out of the layout module ⛳
Diffstat (limited to 'src/layout/mod.rs')
| -rw-r--r-- | src/layout/mod.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/layout/mod.rs b/src/layout/mod.rs index 11c03b0b..c9abb165 100644 --- a/src/layout/mod.rs +++ b/src/layout/mod.rs @@ -3,7 +3,6 @@ pub mod elements; pub mod line; pub mod primitive; -pub mod shaping; pub mod stack; mod tree; |
