Add README.
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Nolan Darilek 2022-08-29 12:56:21 -05:00
parent 075b866082
commit 3196c15a08
1 changed files with 7 additions and 0 deletions

7
README.md Normal file
View File

@ -0,0 +1,7 @@
# 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.