Skip to content

Commit

Permalink
Update fontdb and rustybuzz dependencies
Browse files Browse the repository at this point in the history
No changes required, all tests pass. I set out to to confirm whether an
updated RustyBuzz version would work without breaking anything (prior to
releasing 0.20.1 upstream) and all was well. The fontdb bump is to keep
two versions of ttf-parser out of the dependency tree.
  • Loading branch information
alerque committed Nov 12, 2024
1 parent d503145 commit b82aa29
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions crates/usvg/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ simplecss = "0.2"
siphasher = "1.0" # perfect hash implementation

# text
fontdb = { version = "0.22.0", default-features = false, optional = true }
rustybuzz = { version = "0.18.0", optional = true }
fontdb = { version = "0.23.0", default-features = false, optional = true }
rustybuzz = { version = "0.20.1", optional = true }
unicode-bidi = { version = "0.3", optional = true }
unicode-script = { version = "0.5", optional = true }
unicode-vo = { version = "0.1", optional = true }
Expand Down

0 comments on commit b82aa29

Please sign in to comment.