mirror of
https://github.com/emilk/egui.git
synced 2026-08-29 04:40:03 -04:00
upgrade to wgpu 22.0.0 (#4847)
wgpu changelog: https://github.com/gfx-rs/wgpu/releases/tag/v22.0.0 --------- Co-authored-by: Andreas Reich <r_andreas2@web.de>
This commit is contained in:
@@ -89,7 +89,7 @@ web-time = "0.2" # Timekeeping for native and web
|
||||
wasm-bindgen = "0.2"
|
||||
wasm-bindgen-futures = "0.4"
|
||||
web-sys = "0.3.58"
|
||||
wgpu = { version = "0.20.0", default-features = false, features = [
|
||||
wgpu = { version = "22.0.0", default-features = false, features = [
|
||||
# Make the renderer `Sync` even on wasm32, because it makes the code simpler:
|
||||
"fragile-send-sync-non-atomic-wasm",
|
||||
] }
|
||||
|
||||
Reference in New Issue
Block a user