mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 14:50:03 -04:00
Revert update to wgpu 0.20 => downgrade to wgpu 0.19.1 (#4559)
0.20 has a bunch of bugs that will be fixed by: * https://github.com/gfx-rs/wgpu/pull/5681 At Rerun, we don't want to wait for the wgpu 0.20.1 patch release before we update egui, so we will temporarily downgrade to wgpu 0.19 After reverting I'll open a new PR that will update to 0.20 again, with the intention of merging that once 0.20.1 is released.
This commit is contained in:
@@ -88,7 +88,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 = "0.19.1", 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