summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHeinenen <37484430+Heinenen@users.noreply.github.com>2024-02-12 13:57:31 +0100
committerGitHub <noreply@github.com>2024-02-12 12:57:31 +0000
commitf776f0a75fb36deabab8e8cdf880389e4e2eb6e8 (patch)
tree3c93c358d46e7a6fb4693e9491e2f81d227ed8eb /Cargo.toml
parent63b73ee98c75b26b7adb4b7517732e0d2bb7551c (diff)
Named destinations (#2954)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 130fb5ee..b711b35f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -71,7 +71,7 @@ oxipng = { version = "9.0", default-features = false, features = ["filetime", "p
palette = { version = "0.7.3", default-features = false, features = ["approx", "libm"] }
parking_lot = "0.12.1"
pathdiff = "0.2"
-pdf-writer = "0.9.2"
+pdf-writer = "0.9"
phf = { version = "0.11", features = ["macros"] }
pixglyph = "0.3"
proc-macro2 = "1"
@@ -122,6 +122,9 @@ xz2 = "0.1"
yaml-front-matter = "0.1"
zip = { version = "0.6", default-features = false, features = ["deflate"] }
+[patch.crates-io]
+pdf-writer = { git = 'https://github.com/heinenen/pdf-writer', branch = "named_destinations" }
+
[profile.dev.package."*"]
opt-level = 2