Cargo Features
[dependencies]
midi-control = { version = "0.2.2", default-features = false, features = ["transport"] }
- default = transport
-
The
transport
feature is set by default whenevermidi-control
is added without
somewhere in the dependency tree.default-features = false - transport default = midir
-
Affects
midi-control::transport
…
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- midir transport
-
Enables midir ^0.9.1