mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
Break the workspace members array up in lines
This commit is contained in:
@@ -6,7 +6,12 @@ authors = ["Robbert van der Helm <mail@robbertvanderhelm.nl>"]
|
||||
license = "GPL-3.0-or-later"
|
||||
|
||||
[workspace]
|
||||
members = ["nih_plug_derive", "plugins/gain", "xtask"]
|
||||
members = [
|
||||
"nih_plug_derive",
|
||||
"xtask",
|
||||
|
||||
"plugins/gain",
|
||||
]
|
||||
|
||||
[dependencies]
|
||||
nih_plug_derive = { path = "nih_plug_derive" }
|
||||
|
||||
Reference in New Issue
Block a user