bridge functionality for midi
This commit is contained in:
parent
2dc079b950
commit
284f5615cc
5 changed files with 467 additions and 8 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue