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 /Cargo.toml | |
| parent | f3f82f5f2b35f70d2cad934448c7e159aed2a3df (diff) | |
Extract opentype parser into crate 🧱
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,6 +6,6 @@ edition = "2018" [dependencies] pdf = { path = "../pdf" } +opentype = { path = "../opentype" } unicode-segmentation = "1.2" unicode-xid = "0.1.0" -byteorder = "1" |
