Skip to content

Commit

Permalink
Font provider
Browse files Browse the repository at this point in the history
  • Loading branch information
laurmaedje committed May 15, 2024
1 parent 09be9e7 commit 89c0209
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
10 changes: 7 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@ svg2pdf = { path = ".", default-features = false, version = "0.9.1" }
clap = { version = "4.4.2", features = ["derive"] }
clap_complete = "4.4.3"
clap_mangen = "0.2.14"
fontdb = {git = "https://github.com/LaurenzV/fontdb", branch = "custom"}
fontdb = "0.16"
image = { version = "0.25.1", default-features = false, features = ["jpeg", "png", "gif"] }
miniz_oxide = "0.7"
once_cell = "1.18.0"
oxipng = { version = "9", default-features = false, features = ["filetime", "parallel", "zopfli"] }
pdf-writer = "0.9"
pdfium-render = "0.8.6"
termcolor = "1.2"
usvg = { git = "https://github.com/LaurenzV/resvg", branch = "new_fontdb", default-features = false }
usvg = { version = "0.41", default-features = false }
tiny-skia = "0.11.4"
unicode-properties = "0.1.1"
resvg = { git = "https://github.com/LaurenzV/resvg", branch = "new_fontdb", default-features = false }
resvg = { version = "0.41", default-features = false }
subsetter = "0.1.1"
ttf-parser = { version = "0.20.0" }
siphasher = { version = "1.0.1"}
Expand Down Expand Up @@ -69,4 +69,3 @@ resvg = {workspace = true, optional = true }
subsetter = { workspace = true, optional = true }
ttf-parser = { workspace = true, optional = true }
siphasher = { workspace = true, optional = true }

0 comments on commit 89c0209

Please sign in to comment.