Cargo Features
[dependencies]
plmidi = { version = "0.14.2", default-features = false, features = ["system", "system-jack", "system-winrt", "fluid", "fluid-bundled"] }
- default = fluid-bundled
-
The
fluid-bundled
feature is set by default wheneverplmidi
is added without
somewhere in the dependency tree.default-features = false - system system-jack? system-winrt?
-
Enables midir of nodi ^0.19.2
- system-jack = system
-
Enables midir-jack of nodi ^0.19.2
- system-winrt = system
-
Enables midir-winrt of nodi ^0.19.2
- fluid = cpal, parking_lot
-
Enables pkg-config of fluidlite and env of clap =3.1.18
Required dependencies
- fluid-bundled default = cpal, parking_lot
-
Enables env of clap =3.1.18, builtin of fluidlite
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.
- cpal fluid? fluid-bundled
-
Enables cpal ^0.13.5
Optional dependencies
- fluidlite fluid? fluid-bundled
- parking_lot fluid? fluid-bundled