mirror of
https://github.com/ndarilek/tts-rs.git
synced 2024-11-01 02:29:36 +00:00
13 lines
292 B
Rust
13 lines
292 B
Rust
|
winrt::build!(
|
||
|
dependencies
|
||
|
os
|
||
|
types
|
||
|
windows::media::core::MediaSource
|
||
|
windows::media::playback::{MediaPlaybackItem, MediaPlaybackList, MediaPlaybackState, MediaPlayer}
|
||
|
windows::media::speech_synthesis::SpeechSynthesizer
|
||
|
);
|
||
|
|
||
|
fn main() {
|
||
|
build();
|
||
|
}
|