Skip to content

Commit

Permalink
test without angle to fix crash on intel hd 620
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyrix126 committed Sep 30, 2024
1 parent 881fa56 commit b406892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ egui = {version="0.29.0", 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 = "22.1.0", features=["angle"]}
# wgpu = {version = "22.1.0", features=["angle"]}
zip = "2.2.0"
is_elevated = "0.1.2"

Expand Down

0 comments on commit b406892

Please sign in to comment.