1
0
mirror of https://github.com/ndarilek/tts-rs.git synced 2024-11-17 16:29:37 +00:00
tts-rs/winrt_bindings/build.rs

8 lines
219 B
Rust

fn main() {
windows::build!(
windows::media::core::MediaSource
windows::media::playback::{MediaPlaybackState, MediaPlayer}
windows::media::speech_synthesis::SpeechSynthesizer
);
}