Add somewhat shady enum parameters

This commit is contained in:
Robbert van der Helm
2022-02-14 02:04:17 +01:00
parent d878fd692a
commit 39e8dfc83c
7 changed files with 270 additions and 3 deletions

View File

@@ -33,6 +33,7 @@ parking_lot = "0.12"
raw-window-handle = "0.4"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
strum = { version = "0.23", features = ["derive"] }
# This contains a number of fixes for the reference counting, cross compilation
# support, and an incorrect return type
vst3-sys = { git = "https://github.com/robbert-vdh/vst3-sys.git", branch = "fix/atomic-reference-count" }