From 4df5c27bdd85ab7c07769b59b0da8e964deab689 Mon Sep 17 00:00:00 2001 From: Breval Ferrari Date: Tue, 15 Apr 2025 16:10:25 -0400 Subject: [PATCH] update deps, add font-kit --- bingus/Cargo.toml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/bingus/Cargo.toml b/bingus/Cargo.toml index 463c56e..2eae354 100644 --- a/bingus/Cargo.toml +++ b/bingus/Cargo.toml @@ -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"