Go to file
Nolan Darilek 39b6ad6a14
Some checks failed
continuous-integration/drone/push Build is failing
Simplify CI.
2022-08-29 14:20:15 -05:00
.github/workflows Fix copy-paste error. 2022-03-10 17:13:59 -06:00
examples Update to Bevy 0.8. 2022-08-01 11:10:50 -05:00
src Remove Clone since it isn't support on macOS. 2022-01-21 13:13:15 -06:00
.drone.yml Simplify CI. 2022-08-29 14:20:15 -05:00
.gitignore Initial commit. 2020-12-03 15:39:35 -06:00
Cargo.toml Set version to 0.0.0 so cargo-release can do the right thing. 2022-08-29 13:48:27 -05:00
CHANGELOG.md Update CHANGELOG. 2022-08-29 13:50:13 -05: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.