Use upstream egui-baseview

Now that all patches have been merged.
This commit is contained in:
Robbert van der Helm
2022-09-22 19:42:03 +02:00
parent fff713d066
commit d3fe4c0d06
2 changed files with 23 additions and 6 deletions

View File

@@ -14,11 +14,10 @@ opengl = []
[dependencies]
nih_plug = { path = ".." }
baseview = { git = "https://github.com/robbert-vdh/baseview.git", branch = "feature/mouse-event-modifiers" }
baseview = { git = "https://github.com/RustAudio/baseview.git", rev = "eae4033e7d2cc9c31ccaa2794d5d08eedf2f510c" }
crossbeam = "0.8"
egui = "0.19"
# Upstream doesn't work with the current baseview and egui versions
egui-baseview = { git = "https://github.com/robbert-vdh/egui-baseview.git", branch = "fix/update-dependencies" }
egui-baseview = { git = "https://github.com/BillyDM/egui-baseview.git", rev = "46e21cc11c57c705fb83611389399ec3d2670a44" }
lazy_static = "1.4"
parking_lot = "0.12"
# To make the state persistable