Go to file
Nolan Darilek 947144357c Release 2024-03-14 12:51:44 -05:00
examples chore: Update to Bevy 0.11. 2023-07-16 13:03:49 -05:00
src chore: Update to Bevy 0.11. 2023-07-16 13:03:49 -05:00
.drone.yml Clean up CI scripts. 2022-12-15 14:40:44 -06:00
.gitignore Initial commit. 2020-12-03 15:39:35 -06:00
CHANGELOG.md Update changelog. 2024-03-14 12:51:35 -05:00
Cargo.toml Release 2024-03-14 12:51:44 -05:00
LICENSE Add license. 2021-04-10 04:19:45 -05:00
README.md Add README. 2022-08-29 12:56:21 -05:00
cliff.toml Add cargo-release and git-cliff configuration. 2022-08-29 12:50:09 -05:00

README.md

bevy_tts

Text-to-speech for the Bevy game engine.

Speech is provided via the tts crate, and should work on all major desktop platforms, the web, Android, and iOS.

See the examples for help.