diff options
| author | Laurenz <laurmaedje@gmail.com> | 2019-02-16 18:57:50 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2019-02-16 20:17:31 +0100 |
| commit | ae3af533ffba9e3bb3719eafb4e6339f0e23c1f0 (patch) | |
| tree | be0bf6339ea27a6fc845d1a2266d43e56a74fd33 /src/lib.rs | |
| parent | f3f82f5f2b35f70d2cad934448c7e159aed2a3df (diff) | |
Extract opentype parser into crate 🧱
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -6,6 +6,5 @@ pub mod parsing; pub mod doc; -pub mod font; pub mod pdf; pub mod utility; |
