diff options
| author | Laurenz <laurmaedje@gmail.com> | 2021-10-10 20:26:58 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2021-10-10 20:26:58 +0200 |
| commit | d4cc8c775d4c579aeac69ca2d212a604c67043b0 (patch) | |
| tree | 90c6bd20a3a0a4a1e471385a536c1333a4b05c99 /src/lib.rs | |
| parent | f4ed775df073ceeff292810f19ca8d01b054eff1 (diff) | |
Move paint and colors into `geom`
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -33,7 +33,6 @@ pub mod diag; #[macro_use] pub mod eval; -pub mod color; pub mod export; pub mod font; pub mod geom; |
