Cargo Features
Blissify has no features set by default.
[dependencies]
blissify = { version = "0.5.2", features = ["rpi", "integration-tests"] }
- default
-
These default features are set whenever
blissify
is added without
somewhere in the dependency tree.default-features = false Enables library of bliss-audio
- rpi
-
Build for raspberry pis
Enables rpi of bliss-audio
- integration-tests
-
Make
cargo test
also run the integration tests. You need to have MPD installed for it to work, and it will launch its own instance of MPD.Enables integration-tests of bliss-audio