mcb2003
060082947c
Merge branch 'master' into c-ffi
2021-09-28 09:33:58 +01:00
ef96042b12
Bump Windows dependency and update accordingly. Also, fix an acronym Clippy warning.
2021-03-31 10:38:32 -05:00
c9279804b7
Different approach.
2021-03-11 13:41:03 -06:00
c21d4a6a38
Eliminate separate winrt_bindings crate since it no longer seems necessary for fast builds.
2021-03-11 13:21:41 -06:00
mcb2003
0644f03f34
FFI: Automatically generate bindings when building with ffi feature.
2021-03-06 10:26:13 +00:00
80d51e1bff
Fix cargo fmt CI failure.
2020-11-17 16:36:33 -06:00
03ea2602bc
Don't link against AppKit if building on iOS.
2020-09-02 16:37:07 -05:00
c5b1ff1944
Add AVFoundation backend, used automatically on MacOS 10.14 and above.
2020-08-13 11:08:00 -05:00
753f6c5ecd
WIP: Initial support for MacOS/NSSpeechSynthesizer
.
...
* Add necessary dependencies, build script, and `NSSpeechSynthesizer` backend.
* Get very basic speech working.
Needs a delegate to handle queued speech, and currently segfaults if one is set.
2020-08-11 12:11:19 -05:00