Go to file
Nolan Darilek 49687ca4f3
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
Release bevy_tts version 0.2.0
2022-12-06 16:15:34 -06:00
examples Update to Bevy 0.8. 2022-08-01 11:10:50 -05:00
src chore: Update to Bevy 0.9 and TTS 0.25. 2022-12-06 13:22:26 -06:00
.drone.yml No need to verify before publishing in CI. 2022-09-07 13:37:39 -05:00
.gitignore Initial commit. 2020-12-03 15:39:35 -06:00
Cargo.toml Release bevy_tts version 0.2.0 2022-12-06 16:15:34 -06:00
CHANGELOG.md Update changelog. 2022-12-06 13:24:02 -06:00
cliff.toml Add cargo-release and git-cliff configuration. 2022-08-29 12:50:09 -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

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.