summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2021-08-24 17:18:50 +0200
committerLaurenz <laurmaedje@gmail.com>2021-08-24 17:18:50 +0200
commit7a2e3c80b5a6c0497ea062bce2714c0dfc300dd2 (patch)
tree8c1393fb7fac510a499571c3a6cccaf6aa39e039 /Cargo.toml
parent148a06c070e6376e6f86b878d08dfd4f0aef8a73 (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.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f15d22d7..525a3eee 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"] }