Update to egui 0.17

This commit is contained in:
Robbert van der Helm
2022-02-27 16:49:18 +01:00
parent b40c43a862
commit 07d8f81f44
4 changed files with 31 additions and 32 deletions

View File

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