mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
Prevent nih_plug_* from enabling default features
Which would otherwise make compiling without VST3 support impossible.
This commit is contained in:
@@ -14,4 +14,4 @@ quote = "1.0"
|
||||
proc-macro2 = "1.0"
|
||||
|
||||
[dev-dependencies]
|
||||
nih_plug = { path = ".." }
|
||||
nih_plug = { path = "..", default-features = false }
|
||||
|
||||
Reference in New Issue
Block a user