Prevent nih_plug_* from enabling default features

Which would otherwise make compiling without VST3 support impossible.
This commit is contained in:
Robbert van der Helm
2024-03-10 21:09:26 +01:00
parent 57db4b57ed
commit e9dff5b0eb
4 changed files with 4 additions and 4 deletions

View File

@@ -56,7 +56,7 @@ async-std = ["iced_baseview/async-std"]
smol = ["iced_baseview/smol"]
[dependencies]
nih_plug = { path = ".." }
nih_plug = { path = "..", default-features = false }
nih_plug_assets = { git = "https://github.com/robbert-vdh/nih_plug_assets.git" }
# The currently targeted version of baseview uses a different version of