mirror of
https://github.com/ndarilek/tts-rs.git
synced 2024-11-17 16:29:37 +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
|
|
);
|
|
}
|