Move example plugins into a subdirectory
This commit is contained in:
parent
30609c3ecd
commit
10c306e035
|
@ -10,8 +10,8 @@ members = [
|
|||
"nih_plug_derive",
|
||||
"xtask",
|
||||
|
||||
"plugins/gain",
|
||||
"plugins/sine",
|
||||
"plugins/examples/gain",
|
||||
"plugins/examples/sine",
|
||||
]
|
||||
|
||||
[dependencies]
|
||||
|
|
|
@ -8,6 +8,6 @@ license = "GPL-3.0-or-later"
|
|||
crate-type = ["cdylib"]
|
||||
|
||||
[dependencies]
|
||||
nih_plug = { path = "../../", features = ["assert_process_allocs"] }
|
||||
nih_plug = { path = "../../../", features = ["assert_process_allocs"] }
|
||||
|
||||
parking_lot = "0.12"
|
|
@ -8,4 +8,4 @@ license = "GPL-3.0-or-later"
|
|||
crate-type = ["cdylib"]
|
||||
|
||||
[dependencies]
|
||||
nih_plug = { path = "../../", features = ["assert_process_allocs"] }
|
||||
nih_plug = { path = "../../../", features = ["assert_process_allocs"] }
|
Loading…
Reference in a new issue