mirror of
https://github.com/Cyrix126/gupaxx.git
synced 2024-11-16 15:27:46 +00:00
fix: use same version wgpu with eframe
This commit is contained in:
parent
b57fcb7207
commit
efb8aba746
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue