Fix incorrectly platform dependent dependency

This commit is contained in:
Ebu
2025-12-04 12:32:26 +01:00
parent 74428b272d
commit b593a39c1b

View File

@@ -16,7 +16,6 @@ crossbeam = "0.8.4"
femtovg = "0.19.3" femtovg = "0.19.3"
serde = { version = "1.0.228", features = ["derive"] } serde = { version = "1.0.228", features = ["derive"] }
image = { version = "0.25.9", default-features = false, features = ["png"] } image = { version = "0.25.9", default-features = false, features = ["png"] }
[target.'cfg(target_os = "linux")'.dependencies]
nih_plug = { git = "https://github.com/robbert-vdh/nih-plug", version = "0.0.0", default-features = false } nih_plug = { git = "https://github.com/robbert-vdh/nih-plug", version = "0.0.0", default-features = false }
[features] [features]