mirror of
https://github.com/servo/servo.git
synced 2025-09-12 16:08:20 +01:00
chore: Update vello to fix radials in vello_cpu (#38338)
This update includes a fix for https://github.com/linebender/vello/issues/1124. Testing: Existing WPT tests try run: https://github.com/sagudev/servo/actions/runs/16599834725 --------- Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
This commit is contained in:
parent
815ed10b5f
commit
5c42a113bd
8 changed files with 7 additions and 28 deletions
|
@ -168,8 +168,8 @@ unicode-segmentation = "1.12.0"
|
|||
url = "2.5"
|
||||
urlpattern = "0.3"
|
||||
uuid = { version = "1.12.1", features = ["v4"] }
|
||||
vello = { git = "https://github.com/linebender/vello", rev = "daf940230a24cbb123a458b6de95721af47aef98" }
|
||||
vello_cpu = { git = "https://github.com/linebender/vello", rev = "daf940230a24cbb123a458b6de95721af47aef98" }
|
||||
vello = { git = "https://github.com/linebender/vello", rev = "65975d7612e38c199afaa547268763e1b4b826c9" }
|
||||
vello_cpu = { git = "https://github.com/linebender/vello", rev = "65975d7612e38c199afaa547268763e1b4b826c9" }
|
||||
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