mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
Since I don't think there's a way to opt out of features from another Cargo.toml file. You'll still need to enable `nih_plug_egui`'s `opengl` feature if you disable its default features.
NIH-plug: egui support
This provides an adapter to create egui based GUIs with NIH-plug through egui-baseview.
Consider using nih_plug_iced or
nih_plug_vizia instead.