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:
@@ -16,7 +16,7 @@ default_fonts = ["egui-baseview/default_fonts"]
|
||||
rayon = ["egui-baseview/rayon"]
|
||||
|
||||
[dependencies]
|
||||
nih_plug = { path = ".." }
|
||||
nih_plug = { path = "..", default-features = false }
|
||||
raw-window-handle = "0.5"
|
||||
baseview = { git = "https://github.com/RustAudio/baseview.git", rev = "2c1b1a7b0fef1a29a5150a6a8f6fef6a0cbab8c4" }
|
||||
crossbeam = "0.8"
|
||||
|
||||
Reference in New Issue
Block a user