mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
sound feature flag
This commit is contained in:
committed by
Aiden McClelland
parent
6b6dc404ab
commit
0cf1a45da7
@@ -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"] }
|
||||
|
||||
Reference in New Issue
Block a user