Skip to content

Commit

Permalink
Update fontations crates
Browse files Browse the repository at this point in the history
This brings in the new cmap 4 implementation in write-fonts.
  • Loading branch information
cmyr committed Nov 14, 2024
1 parent 91b6e3c commit 37050a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ rayon = "1.6"
icu_properties = "1.4"

# fontations etc
write-fonts = { version = "0.30.0", features = ["serde", "read"] }
skrifa = "0.24.0"
write-fonts = { version = "0.31.0", features = ["serde", "read"] }
skrifa = "0.25.0"
norad = "0.14.2"

# dev dependencies
Expand Down

0 comments on commit 37050a0

Please sign in to comment.