mirror of
https://github.com/ndarilek/tts-rs.git
synced 2024-11-25 14:59:36 +00:00
8 lines
219 B
Rust
8 lines
219 B
Rust
fn main() {
|
|
windows::build!(
|
|
windows::media::core::MediaSource
|
|
windows::media::playback::{MediaPlaybackState, MediaPlayer}
|
|
windows::media::speech_synthesis::SpeechSynthesizer
|
|
);
|
|
}
|