skia: Fix build after read-fonts release

Pin read-fonts to 0.35.0 until https://github.com/googlefonts/fontations/issues/1693 is resolved.
This commit is contained in:
Simon Hausmann 2025-11-10 10:24:07 +01:00 committed by Simon Hausmann
parent 5c6f07da64
commit 5923fe4cd4

View file

@ -177,7 +177,8 @@ wgpu-27 = { package = "wgpu", version = "27", default-features = false }
input = { version = "0.9.0", default-features = false }
tr = { version = "0.1", default-features = false }
fontique = { version = "0.6.0" }
read-fonts = { version = "0.35" }
# Pin until https://github.com/googlefonts/fontations/issues/1693 is resolved
read-fonts = { version = "=0.35.0" }
skrifa = { version = "0.37" }
windows = { version = "0.62" }
windows-core = { version = "0.62.0" }