bridge functionality for midi

This commit is contained in:
Jade Rowland 2023-08-29 18:14:02 -04:00
parent 2dc079b950
commit 284f5615cc
5 changed files with 467 additions and 8 deletions

View file

@ -18,6 +18,8 @@ tauri-build = { version = "1.4.0", features = [] }
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
tauri = { version = "1.4.0", features = ["fs-all"] }
midir = "0.9.1"
tokio = { version = "1.29.0", features = ["full"] }
[features]
# this feature is used for production builds or when `devPath` points to the filesystem and the built-in dev server is disabled.