robbert-vdh / nih-plug

Rust VST3 and CLAP plugin framework and plugins - because everything is better when you do it yourself
ISC License
1.45k stars 129 forks source link

nih_plug_iced: Pin baseview to the same git version #99

Closed Philipp-M closed 5 months ago

Philipp-M commented 5 months ago

I had issues using nih_plug_iced for a plugin, because the baseview packages aren't the same (with a new Cargo.lock). This should pin them to the same version, the feature opengl seems to be also needed in the pinned baseview version.

(I generally think a reexport in iced_baseview of baseview may be more robust though).

robbert-vdh commented 5 months ago

See the other PR that did this. I've been meaning to get the vizia-update branch in a mergeable state for a while, but that still requires a little work on Vizia itself. I'll see how far I can come today.

robbert-vdh commented 5 months ago

The vizia-update branch has now been merged into master, so this should be resolved!