Update wgpu to 0.18.1 (#30926)

* Update wgpu to 0.18.1

* Fix webgpu code

* tidy
This commit is contained in:
Samson 2023-12-25 08:11:37 +01:00 committed by GitHub
parent 3ce590bec4
commit 7973cb6458
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 65 additions and 28 deletions

View file

@ -53,6 +53,10 @@ packages = [
"foreign-types-shared",
"metal",
"paste",
# Duplicated by gpu-descriptor and indexmap
"hashbrown",
# Duplicated by script, style, cbindgen, clap, ...
"indexmap",
# Duplicated by Gecko crates that haven't been updated yet (style, shmem, derive_common, ...).
"syn",