Skip to content

Commit

Permalink
Update ttf-parser to 0.25
Browse files Browse the repository at this point in the history
  • Loading branch information
alexheretic committed Oct 4, 2024
1 parent 1a02ae8 commit 2daf5ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions glyph/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Unreleased (0.2.29)
* Update _ttf-parser_ to `0.25`.

# 0.2.28
* Update _ttf-parser_ to `0.24`.
* Clarify `OutlinedGlyph::px_bounds`, `Font::glyph_bounds` documentation,
Expand Down
2 changes: 1 addition & 1 deletion glyph/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = "Apache-2.0"
readme = "README.md"

[dependencies]
owned_ttf_parser = { version = "0.24", default-features = false }
owned_ttf_parser = { version = "0.25", default-features = false }
ab_glyph_rasterizer = { version = "0.1.2", path = "../rasterizer", default-features = false }
# no_std float stuff
libm = { version = "0.2.1", optional = true }
Expand Down

0 comments on commit 2daf5ab

Please sign in to comment.