chore: Update wgpu to v25 (#36486)

Updates wgpu to v25 and remove some verbose logging from CTS (that also
causes OOM).

Testing: WebGPU CTS

---------

Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
This commit is contained in:
sagudev 2025-04-18 09:49:06 +02:00 committed by GitHub
parent bd9242acfa
commit 05b5268061
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 3833 additions and 2260 deletions

View file

@ -118,7 +118,6 @@ skip = [
"foreign-types-shared",
"metal",
"windows-core",
"hashbrown",
# wgpu-hal depends on 0.5.0.
"ndk-sys",
@ -163,4 +162,4 @@ skip = [
# github.com organizations to allow git sources for
[sources.allow-org]
github = ["pcwalton", "servo", "gfx-rs"]
github = ["pcwalton", "servo"]