diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -26,7 +26,8 @@ fontdock = { path = "../fontdock", default-features = false } image = { version = "0.23", default-features = false, features = ["jpeg", "png"] } miniz_oxide = "0.3" pdf-writer = { path = "../pdf-writer" } -ttf-parser = "0.8.2" +rustybuzz = "0.3" +ttf-parser = "0.9" unicode-xid = "0.2" anyhow = { version = "1", optional = true } serde = { version = "1", features = ["derive"], optional = true } |
