Skip to content

Commit

Permalink
Use a patched patched baseview fixing modifiers
Browse files Browse the repository at this point in the history
This should fix RustAudio/baseview#116.
  • Loading branch information
robbert-vdh committed Feb 9, 2022
1 parent 64da9c5 commit 057d0cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion nih_plug_egui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description = "An adapter to use egui GUIs with NIH-plug"
[dependencies]
nih_plug = { path = ".." }

baseview = { git = "https://github.com/robbert-vdh/baseview.git", branch = "feature/merge-raw-gl-context" }
baseview = { git = "https://github.com/robbert-vdh/baseview.git", branch = "feature/mouse-event-modifiers" }
crossbeam = "0.8"
egui = "0.16"
# Upstream doesn't work with the current baseview and egui versions
Expand Down

0 comments on commit 057d0cb

Please sign in to comment.