Add an egui editor adapter

This commit is contained in:
Robbert van der Helm
2022-02-06 00:22:33 +01:00
parent d35957db65
commit 021c183331
5 changed files with 825 additions and 20 deletions

View File

@@ -12,6 +12,7 @@ repository = "https://github.com/robbert-vdh/nih-plugs"
[workspace]
members = [
"nih_plug_derive",
"nih_plug_egui",
"xtask",
"plugins/examples/gain",