mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 05:40:03 -04:00
Update wgpu to 0.19 (#3824)
* Closes https://github.com/emilk/egui/issues/3675 --------- Co-authored-by: Andreas Reich <r_andreas2@web.de> Co-authored-by: Mingun <Alexander_Sergey@mail.ru>
This commit is contained in:
13
Cargo.toml
13
Cargo.toml
@@ -51,11 +51,10 @@ opt-level = 2
|
||||
criterion = { version = "0.5.1", default-features = false }
|
||||
glow = "0.13"
|
||||
puffin = "0.18"
|
||||
raw-window-handle = "0.5.0"
|
||||
raw-window-handle = "0.6.0"
|
||||
thiserror = "1.0.37"
|
||||
|
||||
# Make the renderer `Sync` even on wasm32, because it makes the code simpler:
|
||||
wgpu = { version = "0.18.0", features = ["fragile-send-sync-non-atomic-wasm"] }
|
||||
|
||||
# Use this to build wgpu with WebGL support on the Web *instead* of using WebGPU.
|
||||
#wgpu = { version = "0.18.0", features = ["webgl"] }
|
||||
wgpu = { version = "0.19", features = [
|
||||
# Make the renderer `Sync` even on wasm32, because it makes the code simpler:
|
||||
"fragile-send-sync-non-atomic-wasm",
|
||||
] }
|
||||
winit = { version = "0.29.4", default-features = false }
|
||||
|
||||
Reference in New Issue
Block a user