sound feature flag

This commit is contained in:
Aiden McClelland
2021-09-09 17:35:07 -06:00
parent 89e746feec
commit d586d7bb2a
3 changed files with 23 additions and 17 deletions

View File

@@ -38,9 +38,8 @@ path = "src/bin/embassy-cli.rs"
[features]
avahi = ["avahi-sys"]
default = ["avahi"]
portable = []
production = []
default = ["avahi", "sound"]
sound = []
[dependencies]
aes = { version = "0.7.5", features = ["ctr"] }