• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[package]
2name = "win_audio"
3version = "0.1.0"
4authors = ["The ChromiumOS Authors"]
5edition = "2021"
6
7[target.'cfg(windows)'.dependencies]
8async-trait = "0.1.36"
9audio_streams = { path = "../common/audio_streams"}
10audio_util = { path = "../audio_util" }
11base = { path = "../base" }
12cros_async = { path = "../cros_async" }
13libc = "0.2"
14win_util = { path = "../win_util" }
15winapi = "0.3"
16wio = "0.2"
17sync = { path = "../common/sync" }
18thiserror = "1"
19metrics = { path = "../metrics"}
20once_cell = "1.7.2"
21
22[build-dependencies]
23anyhow = "1"
24prebuilts = { path = "../prebuilts" }
25
26