diff options
author | Samson <16504129+sagudev@users.noreply.github.com> | 2025-01-16 15:42:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-16 14:42:47 +0000 |
commit | b92a598e62645ae02d459457794681833259ff7c (patch) | |
tree | 81761669d20e59c0dc1ac309ab549f05f1e8832c /Cargo.lock | |
parent | d58aa7fc0475e756d3b3cde13977a599339e495a (diff) | |
download | servo-b92a598e62645ae02d459457794681833259ff7c.tar.gz servo-b92a598e62645ae02d459457794681833259ff7c.zip |
chore: Update wgpu and fix webgpu pref (#35020)
* Update wgpu to v24
Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
* `dom.webgpu.enabled` -> `dom_webgpu_enabled`
Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
* Update expectations
Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
---------
Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/Cargo.lock b/Cargo.lock index 0aba4f58742..7b083ab2d69 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4450,8 +4450,9 @@ dependencies = [ [[package]] name = "metal" -version = "0.30.0" -source = "git+https://github.com/gfx-rs/metal-rs.git?rev=ef768ff9d7#ef768ff9d742ae6a0f4e83ddc8031264e7d460c4" +version = "0.31.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f569fb946490b5743ad69813cb19629130ce9374034abe31614a36402d18f99e" dependencies = [ "bitflags 2.8.0", "block", @@ -4594,8 +4595,8 @@ checksum = "956787520e75e9bd233246045d19f42fb73242759cc57fba9611d940ae96d4b0" [[package]] name = "naga" -version = "23.0.0" -source = "git+https://github.com/gfx-rs/wgpu?rev=dc9b2eb71807ccafb7414425f1f8f24b5691685d#dc9b2eb71807ccafb7414425f1f8f24b5691685d" +version = "24.0.0" +source = "git+https://github.com/gfx-rs/wgpu?rev=779261e64daa6cf76c826532b7a1561d8ec203fd#779261e64daa6cf76c826532b7a1561d8ec203fd" dependencies = [ "arrayvec", "bit-set", @@ -8494,8 +8495,8 @@ checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082" [[package]] name = "wgpu-core" -version = "23.0.1" -source = "git+https://github.com/gfx-rs/wgpu?rev=dc9b2eb71807ccafb7414425f1f8f24b5691685d#dc9b2eb71807ccafb7414425f1f8f24b5691685d" +version = "24.0.0" +source = "git+https://github.com/gfx-rs/wgpu?rev=779261e64daa6cf76c826532b7a1561d8ec203fd#779261e64daa6cf76c826532b7a1561d8ec203fd" dependencies = [ "arrayvec", "bit-vec", @@ -8518,8 +8519,8 @@ dependencies = [ [[package]] name = "wgpu-hal" -version = "23.0.1" -source = "git+https://github.com/gfx-rs/wgpu?rev=dc9b2eb71807ccafb7414425f1f8f24b5691685d#dc9b2eb71807ccafb7414425f1f8f24b5691685d" +version = "24.0.0" +source = "git+https://github.com/gfx-rs/wgpu?rev=779261e64daa6cf76c826532b7a1561d8ec203fd#779261e64daa6cf76c826532b7a1561d8ec203fd" dependencies = [ "android_system_properties", "arrayvec", @@ -8540,7 +8541,7 @@ dependencies = [ "libc", "libloading", "log", - "metal 0.30.0", + "metal 0.31.0", "naga", "ndk-sys 0.5.0+25.2.9519653", "objc", @@ -8562,11 +8563,12 @@ dependencies = [ [[package]] name = "wgpu-types" -version = "23.0.0" -source = "git+https://github.com/gfx-rs/wgpu?rev=dc9b2eb71807ccafb7414425f1f8f24b5691685d#dc9b2eb71807ccafb7414425f1f8f24b5691685d" +version = "24.0.0" +source = "git+https://github.com/gfx-rs/wgpu?rev=779261e64daa6cf76c826532b7a1561d8ec203fd#779261e64daa6cf76c826532b7a1561d8ec203fd" dependencies = [ "bitflags 2.8.0", "js-sys", + "log", "serde", "web-sys", ] |