mirror of
https://github.com/servo/servo.git
synced 2025-09-19 11:20:09 +01:00
Upgrade vello, vello_cpu, skrifa, and read-fonts (#38860)
Bumps `vello`, `vello_cpu`,`skrifa`, and `read-fonts` dependencies. Notes: - The primary motivation for this is so that our version of `read-fonts` matches the version used by current releases of `harfrust` - `vello_cpu` now defaults to `RenderMode::OptimizeSpeed` so we don't need to pass this explicitly. Signed-off-by: Nico Burns <nico@nicoburns.com>
This commit is contained in:
parent
bf5da330e1
commit
4082f57003
3 changed files with 14 additions and 16 deletions
|
@ -122,7 +122,7 @@ rand_core = "0.6"
|
|||
rand_isaac = "0.3"
|
||||
raw-window-handle = "0.6"
|
||||
rayon = "1"
|
||||
read-fonts = "0.29.2"
|
||||
read-fonts = "0.33.1"
|
||||
regex = "1.11"
|
||||
resvg = "0.45.0"
|
||||
rustls = { version = "0.23", default-features = false, features = ["logging", "std", "tls12"] }
|
||||
|
@ -138,7 +138,7 @@ servo-media-dummy = { git = "https://github.com/servo/media" }
|
|||
servo-media-gstreamer = { git = "https://github.com/servo/media" }
|
||||
servo-tracing = { path = "components/servo_tracing" }
|
||||
servo_arc = { git = "https://github.com/servo/stylo", branch = "2025-08-01" }
|
||||
skrifa = "0.31.3"
|
||||
skrifa = "0.35.0"
|
||||
smallbitvec = "2.6.0"
|
||||
smallvec = { version = "1.15", features = ["serde", "union"] }
|
||||
string_cache = "0.8"
|
||||
|
@ -173,8 +173,8 @@ unicode-segmentation = "1.12.0"
|
|||
url = "2.5"
|
||||
urlpattern = "0.3"
|
||||
uuid = { version = "1.18.0", features = ["v4"] }
|
||||
vello = { git = "https://github.com/linebender/vello", rev = "b0e2e598ac62c7b3d04d8660e7b1b7659b596970" }
|
||||
vello_cpu = { git = "https://github.com/linebender/vello", rev = "b0e2e598ac62c7b3d04d8660e7b1b7659b596970" }
|
||||
vello = { git = "https://github.com/linebender/vello", rev = "472c43ccc80c731d32d167c9e9748c78df1977f4" }
|
||||
vello_cpu = { git = "https://github.com/linebender/vello", rev = "472c43ccc80c731d32d167c9e9748c78df1977f4" }
|
||||
webdriver = "0.53.0"
|
||||
webgpu_traits = { path = "components/shared/webgpu" }
|
||||
webpki-roots = "1.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue