Add most bits and pieces for iced support

This commit is contained in:
Robbert van der Helm
2022-03-12 23:15:33 +01:00
parent cd5a4f01bf
commit 3ebe34c870
5 changed files with 195 additions and 1 deletions

View File

@@ -7,6 +7,10 @@ license = "ISC"
description = "An adapter to use egui GUIs with NIH-plug"
[features]
default = ["opengl"]
opengl = []
[dependencies]
nih_plug = { path = ".." }