mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user