Add a dummy library for testing the macro

This commit is contained in:
Robbert van der Helm
2022-01-25 22:18:55 +01:00
parent 7065e900a7
commit 52f80de5dc
4 changed files with 57 additions and 1 deletions

8
Cargo.lock generated
View File

@@ -2,6 +2,14 @@
# It is not intended for manual editing.
version = 3
[[package]]
name = "gain"
version = "0.1.0"
dependencies = [
"nih_plug",
"nih_plug_derive",
]
[[package]]
name = "nih_plug"
version = "0.1.0"