mirror of
https://github.com/ndarilek/tts-rs.git
synced 2024-11-14 17:19:37 +00:00
6 lines
116 B
Rust
6 lines
116 B
Rust
|
#[cfg(target_os = "linux")]
|
||
|
mod speech_dispatcher;
|
||
|
|
||
|
#[cfg(target_os = "linux")]
|
||
|
pub use self::speech_dispatcher::*;
|