Support exporting multiple CLAP plugins

This required the factory to be rewritten as a macro. since variadic
generics are not yet a thing. Not 100% satisfied with this design yet,
but it's much less ugly than my earlier attempts at this.
This commit is contained in:
Robbert van der Helm
2023-08-05 16:38:57 +02:00
parent ff89e25d2f
commit 3ccaced613
6 changed files with 118 additions and 104 deletions

View File

@@ -2,7 +2,7 @@
name = "nih_plug"
version = "0.0.0"
edition = "2021"
rust-version = "1.63"
rust-version = "1.70"
authors = ["Robbert van der Helm <mail@robbertvanderhelm.nl>"]
license = "ISC"