tts-rs/src/backends/mod.rs

6 lines
116 B
Rust
Raw Normal View History

2018-12-14 19:35:49 +00:00
#[cfg(target_os = "linux")]
mod speech_dispatcher;
#[cfg(target_os = "linux")]
pub use self::speech_dispatcher::*;