Update nih_plug_iced to the latest baseview

The feature branch used to add mouse modifiers has long been merged into
upstream baseview.
This commit is contained in:
Robbert van der Helm
2022-12-02 19:23:24 +01:00
parent ec34e54bfe
commit 1767e6abe4
2 changed files with 32 additions and 47 deletions

View File

@@ -57,7 +57,7 @@ nih_plug = { path = ".." }
nih_plug_assets = { git = "https://github.com/robbert-vdh/nih_plug_assets.git" }
atomic_refcell = "0.1"
baseview = { git = "https://github.com/robbert-vdh/baseview.git", branch = "feature/mouse-event-modifiers" }
baseview = { git = "https://github.com/RustAudio/baseview.git" }
crossbeam = "0.8"
# Upstream doesn't work with the current iced version, this branch also contains
# additional features