Skip to content

Commit

Permalink
fix: #5
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyrix126 committed Apr 21, 2024
1 parent e6741e8 commit bf74131
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 3 deletions.
25 changes: 23 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@ egui = {version = "0.27.2", features=["callstack"]}
# Windows dependencies
[target.'cfg(windows)'.dependencies]
# glow start on windows but not wgpu
eframe = { version = "0.27.2", features = ["glow"] }
eframe = { version = "0.27.2", features = ["wgpu"] }
wgpu = {version = "0.19.4", features=["angle"]}
zip = "0.6.6"
is_elevated = "0.1.2"

Expand Down

0 comments on commit bf74131

Please sign in to comment.