Update nih_plug_egui from egui 0.17 to egui 0.19

This commit is contained in:
Robbert van der Helm
2022-09-22 15:34:59 +02:00
parent b008f129f2
commit 51b8f64092
4 changed files with 108 additions and 28 deletions

View File

@@ -16,7 +16,7 @@ nih_plug = { path = ".." }
baseview = { git = "https://github.com/robbert-vdh/baseview.git", branch = "feature/mouse-event-modifiers" }
crossbeam = "0.8"
egui = "0.17"
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" }
lazy_static = "1.4"