1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 14:49:06 -04:00

Update to wgpu 29.0.1 (#8073)

This fixes an important bug on OpenGL:
* https://github.com/emilk/egui/issues/8012
This commit is contained in:
Emil Ernerfeldt
2026-04-07 12:42:13 +02:00
committed by GitHub
parent 188ffacf41
commit a511282e94
2 changed files with 13 additions and 13 deletions

View File

@@ -146,7 +146,7 @@ wayland-cursor = { version = "0.31.11", default-features = false }
web-sys = "0.3.77"
web-time = "1.1.0" # Timekeeping for native and web
webbrowser = "1.0.5"
wgpu = { version = "29.0.0", default-features = false, features = ["std"] }
wgpu = { version = "29.0.1", default-features = false, features = ["std"] }
windows-sys = "0.61.2"
winit = { version = "0.30.13", default-features = false }