diff --git a/README.md b/README.md new file mode 100644 index 0000000..584532e --- /dev/null +++ b/README.md @@ -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. \ No newline at end of file