cpal/src/lib.rs

8 lines
123 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"]
2014-12-11 15:28:26 +00:00
pub mod cpal_impl;