fix: use same version wgpu with eframe

This commit is contained in:
Cyrix126 2024-11-01 21:06:46 +01:00
parent b57fcb7207
commit efb8aba746

View file

@ -110,7 +110,7 @@ egui = {version="0.29.1", features=["callstack"]}
# glow start on windows but not wgpu
# need the same version that eframe is using with egui_wgpu
# feature angle to enable support for old cpu on Windows
wgpu = {version = "23.0.0", features=["angle"]}
wgpu = {version = "22.1", features=["angle"]}
zip = "2.2.0"
is_elevated = "0.1.2"