update deps, add font-kit
This commit is contained in:
parent
24d4b5ac2c
commit
4df5c27bdd
1 changed files with 6 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue