diff --git a/Cargo.toml b/Cargo.toml index e318252..bb7cbf7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"