Skip to content

Commit

Permalink
[Fontations-backend] Roll Fontations, Skrifa to 0.26.3
Browse files Browse the repository at this point in the history
Addresses unit-test failures in tests comparing
Skrifa to FreeType. Most likely fixed by [1], which
is only in Skrifa 0.26.3, not in 0.26.2.

font-types => 0.8.2
read-fonts => 0.25.3
skrifa => 0.26.3

[1] googlefonts/fontations@a79f00b

Update process:
    Edit bazel/external/fontations/Cargo.toml, then run
    # CARGO_BAZEL_REPIN=1 bazel sync --only=crate_index

Bug: skia:40045335
Cq-Include-Trybots: luci.skia.skia.primary:Build-Debian10-Clang-x86_64-Debug-Fontations,Build-Mac-Clang-x86_64-Debug-Fontations,Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Debug-All-NativeFonts_Fontations,Test-Mac12-Clang-MacBookPro16.2-CPU-AppleIntel-x86_64-Debug-All-NativeFonts_Fontations
Change-Id: Idf325c4677cdba424b5c1dc76f5ecfa640c61d76
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/936357
Reviewed-by: Dominik Röttsches <[email protected]>
Reviewed-by: Kaylee Lubick <[email protected]>
Commit-Queue: Dominik Röttsches <[email protected]>
  • Loading branch information
drott authored and SkCQ committed Jan 9, 2025
1 parent 6223c05 commit f43d161
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions bazel/external/fontations/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 bazel/external/fontations/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ edition = "2021"
version = "0.1.0"

[dependencies]
read-fonts = "0.25"
read-fonts = "0.25.3"
font-types = "0.8"
skrifa = "0.26"
skrifa = "0.26.3"
bytemuck = "1.16"
cxx = "1.0"

Expand Down

0 comments on commit f43d161

Please sign in to comment.