diff options
| author | Laurenz <laurmaedje@gmail.com> | 2021-04-06 15:13:20 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2021-04-06 15:13:20 +0200 |
| commit | 464a6ff75e198253ba4128d4820e9ad09458a22d (patch) | |
| tree | dd9f5e0760c5fa08cd142f00308073f6506362cb /Cargo.toml | |
| parent | de20a21a584a90da682a64e9a79cd18a95195b70 (diff) | |
Deduplicate ttf-parser and rustybuzz face 🥞
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ image = { version = "0.23", default-features = false, features = ["jpeg", "png"] miniz_oxide = "0.3" pdf-writer = { path = "../pdf-writer" } rustybuzz = { git = "https://github.com/laurmaedje/rustybuzz" } -ttf-parser = "0.9" +ttf-parser = "0.12" unicode-bidi = "0.3" unicode-xid = "0.2" xi-unicode = "0.3" |
