summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2024-03-07 16:05:52 +0100
committerGitHub <noreply@github.com>2024-03-07 15:05:52 +0000
commit1d32145319211b6faed1f2ce4892347fde7a3f50 (patch)
tree177ac95f7e804d55ba9c407fb5dcacadea98c382 /Cargo.toml
parenta483321aa08e435c159d19c0d559e2413c1272f9 (diff)
DPI-based natural sizing for images (#3571)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 118c3ea0..fcba1f25 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -76,6 +76,7 @@ pathdiff = "0.2"
pdf-writer = "0.9.2"
phf = { version = "0.11", features = ["macros"] }
pixglyph = "0.3"
+png = "0.17"
portable-atomic = "1.6"
proc-macro2 = "1"
pulldown-cmark = "0.9"