bevy_tts/README.md
Nolan Darilek 3196c15a08
Some checks failed
continuous-integration/drone/push Build is failing
Add README.
2022-08-29 12:56:21 -05:00

7 lines
256 B
Markdown

# bevy_tts
Text-to-speech for the [Bevy game engine](https://bevyengine.org).
Speech is provided via the [tts](https://docs.rs/tts) crate, and should work on all major desktop platforms, the web, Android, and iOS.
See the [examples](examples/) for help.