Skip to content

Commit

Permalink
Update ttf-parser to 0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
alexheretic committed Jul 2, 2024
1 parent 9ef9211 commit f810431
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion glyph/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Unreleased
* Update _ttf-parser_ to `0.22`.
* Update _ttf-parser_ to `0.23`.

# 0.2.27
* Add `Font` glyph layout concept documentation demonstrating "ascent", "descent", "h_side_bearing",
Expand Down
4 changes: 2 additions & 2 deletions 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.22", default-features = false }
owned_ttf_parser = { version = "0.23", 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 All @@ -23,5 +23,5 @@ default = ["std", "variable-fonts"]
# Activates usage of std.
std = ["owned_ttf_parser/default", "ab_glyph_rasterizer/default"]
# Uses libm when not using std. This needs to be active in that case.
libm = ["dep:libm", "ab_glyph_rasterizer/libm", "owned_ttf_parser/no-std-float"]
libm = ["dep:libm", "ab_glyph_rasterizer/libm"]
variable-fonts = ["owned_ttf_parser/variable-fonts"]

0 comments on commit f810431

Please sign in to comment.