Bug 1961411 - build(webgpu): update WGPU to 5304c3ca4a43e78d6a8e3b45d8d3f76216f2c1a6 r=webgpu-reviewers,supply-chain-reviewers,nical

Differential Revision: https://phabricator.services.mozilla.com/D246054
This commit is contained in:
Erich Gubler
2025-04-24 02:38:55 +00:00
parent ab4f388610
commit 09e57a07b3
107 changed files with 2642 additions and 2071 deletions

12
Cargo.lock generated
View File

@@ -4588,7 +4588,7 @@ checksum = "a2983372caf4480544083767bf2d27defafe32af49ab4df3a0b7fc90793a3664"
[[package]]
name = "naga"
version = "25.0.0"
source = "git+https://github.com/gfx-rs/wgpu?rev=f1c496523ff0aa10c162fd01ad606960e925a5a4#f1c496523ff0aa10c162fd01ad606960e925a5a4"
source = "git+https://github.com/gfx-rs/wgpu?rev=5304c3ca4a43e78d6a8e3b45d8d3f76216f2c1a6#5304c3ca4a43e78d6a8e3b45d8d3f76216f2c1a6"
dependencies = [
"arrayvec",
"bit-set",
@@ -7547,7 +7547,7 @@ dependencies = [
[[package]]
name = "wgpu-core"
version = "25.0.0"
source = "git+https://github.com/gfx-rs/wgpu?rev=f1c496523ff0aa10c162fd01ad606960e925a5a4#f1c496523ff0aa10c162fd01ad606960e925a5a4"
source = "git+https://github.com/gfx-rs/wgpu?rev=5304c3ca4a43e78d6a8e3b45d8d3f76216f2c1a6#5304c3ca4a43e78d6a8e3b45d8d3f76216f2c1a6"
dependencies = [
"arrayvec",
"bit-set",
@@ -7577,7 +7577,7 @@ dependencies = [
[[package]]
name = "wgpu-core-deps-apple"
version = "25.0.0"
source = "git+https://github.com/gfx-rs/wgpu?rev=f1c496523ff0aa10c162fd01ad606960e925a5a4#f1c496523ff0aa10c162fd01ad606960e925a5a4"
source = "git+https://github.com/gfx-rs/wgpu?rev=5304c3ca4a43e78d6a8e3b45d8d3f76216f2c1a6#5304c3ca4a43e78d6a8e3b45d8d3f76216f2c1a6"
dependencies = [
"wgpu-hal",
]
@@ -7585,7 +7585,7 @@ dependencies = [
[[package]]
name = "wgpu-core-deps-windows-linux-android"
version = "25.0.0"
source = "git+https://github.com/gfx-rs/wgpu?rev=f1c496523ff0aa10c162fd01ad606960e925a5a4#f1c496523ff0aa10c162fd01ad606960e925a5a4"
source = "git+https://github.com/gfx-rs/wgpu?rev=5304c3ca4a43e78d6a8e3b45d8d3f76216f2c1a6#5304c3ca4a43e78d6a8e3b45d8d3f76216f2c1a6"
dependencies = [
"wgpu-hal",
]
@@ -7593,7 +7593,7 @@ dependencies = [
[[package]]
name = "wgpu-hal"
version = "25.0.0"
source = "git+https://github.com/gfx-rs/wgpu?rev=f1c496523ff0aa10c162fd01ad606960e925a5a4#f1c496523ff0aa10c162fd01ad606960e925a5a4"
source = "git+https://github.com/gfx-rs/wgpu?rev=5304c3ca4a43e78d6a8e3b45d8d3f76216f2c1a6#5304c3ca4a43e78d6a8e3b45d8d3f76216f2c1a6"
dependencies = [
"android_system_properties",
"arrayvec",
@@ -7629,7 +7629,7 @@ dependencies = [
[[package]]
name = "wgpu-types"
version = "25.0.0"
source = "git+https://github.com/gfx-rs/wgpu?rev=f1c496523ff0aa10c162fd01ad606960e925a5a4#f1c496523ff0aa10c162fd01ad606960e925a5a4"
source = "git+https://github.com/gfx-rs/wgpu?rev=5304c3ca4a43e78d6a8e3b45d8d3f76216f2c1a6#5304c3ca4a43e78d6a8e3b45d8d3f76216f2c1a6"
dependencies = [
"bitflags 2.9.0",
"bytemuck",