Move example plugins into a subdirectory

This commit is contained in:
Robbert van der Helm
2022-02-03 16:57:10 +01:00
parent 30609c3ecd
commit 10c306e035
5 changed files with 4 additions and 4 deletions

View File

@@ -0,0 +1,11 @@
[package]
name = "sine"
version = "0.1.0"
edition = "2021"
license = "GPL-3.0-or-later"
[lib]
crate-type = ["cdylib"]
[dependencies]
nih_plug = { path = "../../../", features = ["assert_process_allocs"] }