diff options
| author | Laurenz <laurmaedje@gmail.com> | 2020-11-19 23:46:51 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2020-11-19 23:46:51 +0100 |
| commit | 2e6e6244ccf73795d7d74cbc286fb0b43b404315 (patch) | |
| tree | 74357df3e7bd2a9b7955d912ef531d4b15e0520f /Cargo.toml | |
| parent | 3a7bfd6bed9a932693588ca3cb61b101f8808783 (diff) | |
Switch to pdf-writer ⬆️
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -10,7 +10,8 @@ fs = ["fontdock/fs"] [dependencies] fontdock = { path = "../fontdock", default-features = false } -tide = { path = "../tide" } +pdf-writer = { path = "../pdf-writer" } +itoa = "0.4" ttf-parser = "0.8.2" unicode-xid = "0.2" |
