Use a patched patched baseview fixing modifiers

This should fix https://github.com/RustAudio/baseview/issues/116.
This commit is contained in:
Robbert van der Helm
2022-02-09 18:41:30 +01:00
parent 64da9c52c2
commit 057d0cbf56
2 changed files with 3 additions and 3 deletions

View File

@@ -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