Cargo Features
[dependencies]
chord-composer = { version = "0.3.1", default-features = false, features = ["with-sound"] }
- default = with-sound
-
The
with-sound
feature is set by default wheneverchord-composer
is added without
somewhere in the dependency tree.default-features = false - with-sound default = rodio
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.
- rodio with-sound
-
Enables rodio ^0.10.0