Skip to content

Commit

Permalink
[chore] bump skrifa patch
Browse files Browse the repository at this point in the history
For Skia/Chrome roll.

Relevant changes:

5e4ce81 [skrifa] more advance width adjustments (#1320)
  • Loading branch information
dfrg committed Jan 21, 2025
1 parent 5e4ce81 commit a9e448a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ font-types = { version = "0.8.2", path = "font-types" }
read-fonts = { version = "0.25.3", path = "read-fonts", default-features = false }
# Disable default-features so that fauntlet can use skrifa without autohint
# shaping support
skrifa = { version = "0.26.4", path = "skrifa", default-features = false, features = ["std"] }
skrifa = { version = "0.26.5", path = "skrifa", default-features = false, features = ["std"] }
write-fonts = { version = "0.33.1", path = "write-fonts" }
shared-brotli-patch-decoder = { version = "0.1.0", path = "shared-brotli-patch-decoder" }
incremental-font-transfer = { version = "0.1.0", path = "incremental-font-transfer" }
Expand Down
2 changes: 1 addition & 1 deletion skrifa/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "skrifa"
version = "0.26.4"
version = "0.26.5"
description = "Metadata reader and glyph scaler for OpenType fonts."
readme = "README.md"
categories = ["text-processing", "parsing", "graphics"]
Expand Down

0 comments on commit a9e448a

Please sign in to comment.