cpal/src/lib.rs

8 lines
119 B
Rust
Raw Normal View History

2014-12-11 13:22:55 +00:00
#[cfg(all(not(windows)))]
use this_platform_is_not_supported;
#[cfg(windows)]
#[path="wasapi/mod.rs"]
mod cpal_impl;