diff options
| author | Laurenz <laurmaedje@gmail.com> | 2020-12-11 12:37:20 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2020-12-11 12:37:20 +0100 |
| commit | 0cfce1de7e82e20fbc48474ca59f5754ba2e66da (patch) | |
| tree | 8a9bf2819e61899b34cf1cd3d977556b8d196317 /Cargo.toml | |
| parent | 1cbd5f3051ba90b3f673bc2f6319192d05381719 (diff) | |
Switch to miniz_oxide 🔼
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,10 +13,10 @@ cli = ["fs", "anyhow"] fs = ["fontdock/fs"] [dependencies] -deflate = { version = "0.8.6" } fontdock = { path = "../fontdock", default-features = false } image = { version = "0.23", default-features = false, features = ["jpeg", "png"] } itoa = "0.4" +miniz_oxide = "0.3" pdf-writer = { path = "../pdf-writer" } ttf-parser = "0.8.2" unicode-xid = "0.2" |
