1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
//! [audio-device] system bindings for Windows APIs.
//!
//! These bindings are generated with:
//!
//! ```sh
//! cargo run --package generate --bin generate-windows
//! ```
//!
//! [audio-device]: https://crates.io/crates/audio-device

include!("bindings.rs");