crosvm/win_audio/Cargo.toml

26 lines
576 B
TOML
Raw Normal View History

[package]
name = "win_audio"
version = "0.1.0"
authors = ["The ChromiumOS Authors"]
edition = "2021"
[target.'cfg(windows)'.dependencies]
async-trait = "0.1.36"
audio_streams = { path = "../common/audio_streams"}
audio_util = { path = "../audio_util" }
base = { path = "../base" }
cros_async = { path = "../cros_async" }
libc = "0.2"
win_util = { path = "../win_util" }
winapi = "0.3"
wio = "0.2"
sync = { path = "../common/sync" }
thiserror = "1"
metrics = { path = "../metrics"}
once_cell = "1.7.2"
[build-dependencies]
anyhow = "1"
prebuilts = { path = "../prebuilts" }