Cargo Features
[dependencies]
currawong = { version = "0.5.2", default-features = false, features = ["midi", "web"] }
- default = midi
-
The
midi
feature is set by default whenevercurrawong
is added without
somewhere in the dependency tree.default-features = false - midi default = midir, midly, nix
-
Enables midi of currawong_core
Affects
currawong::midi
… - web
-
Enables wasm-bindgen of cpal, web of currawong_core
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.