mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
Move editor handling to its own struct
This makes the API much, much nicer (especially consuming the egui wrapper), and it also avoids having to lock the plugin instance which is obviously very bad if the plugin is also supposed to be processing audio on another thread.
This commit is contained in:
@@ -15,3 +15,4 @@ crossbeam = "0.8"
|
||||
egui = "0.16"
|
||||
# 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" }
|
||||
parking_lot = "0.12"
|
||||
|
||||
Reference in New Issue
Block a user