mirror of
https://github.com/servo/servo.git
synced 2025-09-19 11:20:09 +01:00
chore: Update vello(_cpu) (#38569)
I need this to properly evaluate multi threading in vello_cpu. Testing: Existing WPT tests, but it's just dep bump. Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
This commit is contained in:
parent
ad18638534
commit
0b2c0cd055
2 changed files with 7 additions and 7 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 = "65975d7612e38c199afaa547268763e1b4b826c9" }
|
||||
vello_cpu = { git = "https://github.com/linebender/vello", rev = "65975d7612e38c199afaa547268763e1b4b826c9" }
|
||||
vello = { git = "https://github.com/linebender/vello", rev = "b0e2e598ac62c7b3d04d8660e7b1b7659b596970" }
|
||||
vello_cpu = { git = "https://github.com/linebender/vello", rev = "b0e2e598ac62c7b3d04d8660e7b1b7659b596970" }
|
||||
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