Skip to content

Commit

Permalink
#698 Fix egui link on Windows (caused panic before)
Browse files Browse the repository at this point in the history
  • Loading branch information
helgoboss committed Oct 9, 2022
1 parent 70849dc commit 51c0280
Show file tree
Hide file tree
Showing 2 changed files with 170 additions and 9 deletions.
175 changes: 168 additions & 7 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions main/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@ enigo = "0.0.14"
# For the mouse target (to query mouse state)
device_query = "1.1.1"
# For egui graphics
egui-baseview = { git = "https://github.com/helgoboss/egui-baseview.git", branch = "bug/10-keyboard-layout" }
baseview = { git = "https://github.com/RustAudio/baseview.git", rev = "eae4033e7d2cc9c31ccaa2794d5d08eedf2f510c" }
egui-baseview = { git = "https://github.com/helgoboss/egui-baseview.git", branch = "feature/open-links-in-browser" }
baseview = { git = "https://github.com/helgoboss/baseview.git", branch = "try-borrow-mut" }
egui = "0.19.0"

[target.'cfg(windows)'.dependencies]
Expand Down

0 comments on commit 51c0280

Please sign in to comment.