mirror of
https://github.com/servo/servo.git
synced 2025-09-19 11:20:09 +01:00
chore: update wgpu to v26 (#39016)
Vello has updated to wgpu v26 recently. It might be a good time for servo to update as well. This PR should wait for #39015 and #38717 Testing: WebGPU CTS Fixes: None --------- Signed-off-by: Wu Yu Wei <yuweiwu@pm.me>
This commit is contained in:
parent
2d5eac386f
commit
a0c3dcefe4
13 changed files with 635 additions and 208636 deletions
|
@ -127,9 +127,6 @@ skip = [
|
|||
# wgpu has the latest and greatest.
|
||||
"windows-core",
|
||||
|
||||
# wgpu-hal depends on 0.5.0.
|
||||
"ndk-sys",
|
||||
|
||||
# rust-content-security-policy uses newest base64.
|
||||
"base64",
|
||||
|
||||
|
@ -196,6 +193,9 @@ skip = [
|
|||
"cfg-expr",
|
||||
"system-deps",
|
||||
"target-lexicon",
|
||||
|
||||
# duplicated by core-graphics
|
||||
"core-graphics-types",
|
||||
]
|
||||
|
||||
# github.com organizations to allow git sources for
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue