1
0
mirror of https://github.com/ndarilek/tts-rs.git synced 2024-09-28 16:49:38 +00:00
tts-rs/winrt_bindings/Cargo.toml
Nolan Darilek 45c7b1afc7 Various WinRT refinements.
* Move autogenerated code to subcrate to speed up compilation.
* `is_speaking` also checks whether a source is opening, in addition to whether it is playing.
* Return to using autoplay.
2020-06-17 16:46:42 -05:00

12 lines
188 B
TOML

[package]
name = "winrt_bindings"
version = "0.1.0"
authors = ["Nolan Darilek <nolan@thewordnerd.info>"]
edition = "2018"
[dependencies]
winrt = "0.7"
[build-dependencies]
winrt = "0.7"