1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-29 04:40:03 -04:00

Update to wgpu 22.1 (#4964)

Updates to wgpu 22.1, removing a workaround that was needed for wgpu
22.0
This commit is contained in:
Andreas Reich
2024-08-16 13:29:40 +02:00
committed by GitHub
parent 1f6ae49a5f
commit 9a1e358a14
3 changed files with 5 additions and 16 deletions

View File

@@ -91,7 +91,7 @@ web-time = "1.1.0" # Timekeeping for native and web
wasm-bindgen = "0.2"
wasm-bindgen-futures = "0.4"
web-sys = "0.3.58"
wgpu = { version = "22.0.0", default-features = false, features = [
wgpu = { version = "22.1.0", default-features = false, features = [
# Make the renderer `Sync` even on wasm32, because it makes the code simpler:
"fragile-send-sync-non-atomic-wasm",
] }