macOS crash fix attempt

This commit is contained in:
Ebu
2025-12-02 11:24:04 +01:00
parent e170c0a99e
commit 2d47fa6c47
4 changed files with 24 additions and 37 deletions

View File

@@ -10,7 +10,7 @@ crate-type = ["cdylib"]
ebu-dsp = { version = "0.1.0", path = "ebu-dsp" }
nih_plug = { git = "https://github.com/robbert-vdh/nih-plug", version = "0.0.0", default-features = false }
parking_lot = "0.12.5"
baseview = { git = "https://github.com/RustAudio/baseview", version = "0.1.0", features = ["opengl"]}
baseview = { git = "https://github.com/RustAudio/baseview", rev = "237d323c729f3aa99476ba3efa50129c5e86cad3", features = ["opengl"]}
crossbeam = "0.8.4"
femtovg = "0.18.1"
serde = { version = "1.0.228", features = ["derive"] }