update deps, add font-kit

This commit is contained in:
Breval Ferrari 2025-04-15 16:10:25 -04:00
parent 24d4b5ac2c
commit 4df5c27bdd
Signed by: breval
GPG key ID: A2EEBF62257FF960

View file

@ -16,7 +16,7 @@ rayon = "1"
infer = "0"
thiserror = "2"
derive-new = "0"
strum = { version = "0.26", features = ["derive"] }
strum = { version = "0.27", features = ["derive"] }
derive_wrapper = "0.1"
symphonia = { version = "0.5", features = ["all"] }
printpdf = { version = "0.8.2", features = [
@ -35,7 +35,11 @@ printpdf = { version = "0.8.2", features = [
"webp",
] }
shiva = "1.4.9"
anyhow = "1.0.97"
anyhow = "1.0"
font-kit = { version = "0.14.2", features = [
"loader-freetype-default",
"source-fontconfig-default",
] }
[dev-dependencies]
project-root = "0"