diff --git a/bingus/Cargo.toml b/bingus/Cargo.toml index 2304560..6676362 100644 --- a/bingus/Cargo.toml +++ b/bingus/Cargo.toml @@ -36,10 +36,7 @@ printpdf = { version = "0.8.2", features = [ ] } shiva = "1.4.9" anyhow = "1.0" -font-kit = { version = "0.14.2", features = [ - "loader-freetype-default", - "source-fontconfig-default", -] } +font-kit = { version = "0.14.2", features = ["loader-freetype-default"] } [dev-dependencies] project-root = "0"