diff options
| author | Laurenz <laurmaedje@gmail.com> | 2021-08-24 17:18:50 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2021-08-24 17:18:50 +0200 |
| commit | 7a2e3c80b5a6c0497ea062bce2714c0dfc300dd2 (patch) | |
| tree | 8c1393fb7fac510a499571c3a6cccaf6aa39e039 /Cargo.toml | |
| parent | 148a06c070e6376e6f86b878d08dfd4f0aef8a73 (diff) | |
PDF bug fixes
- Write correct subtype for CID Font
- Write CIDToGIDMap attribute
- Deduplicate CMap pairings
- Bump pdf-writer for string primitive fix
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ fxhash = "0.2.1" image = { version = "0.23", default-features = false, features = ["png", "jpeg"] } itertools = "0.10" miniz_oxide = "0.4" -pdf-writer = { git = "https://github.com/typst/pdf-writer", rev = "818659b" } +pdf-writer = "0.3.2" rand = "0.8" rustybuzz = "0.4" serde = { version = "1", features = ["derive", "rc"] } |
