Go to file
Nolan Darilek 9c655cb14e
All checks were successful
Test / test (ubuntu-latest) (push) Successful in 4m42s
Release
2025-05-16 09:49:00 -05:00
.gitea/workflows chore: Add Nix-based build and CI configuration. 2025-05-16 09:22:33 -05:00
examples chore: Update to Bevy 0.16. 2025-05-16 09:47:48 -05:00
src chore: Update to Bevy 0.16. 2025-05-16 09:47:48 -05:00
.envrc chore: Add Nix-based build and CI configuration. 2025-05-16 09:22:33 -05:00
.gitignore chore: Add Nix-based build and CI configuration. 2025-05-16 09:22:33 -05:00
.pre-commit-config.yaml chore: Integrate pre-commit. 2024-07-06 19:27:50 -05:00
Cargo.toml Release 2025-05-16 09:49:00 -05:00
CHANGELOG.md Release 2025-05-16 09:49:00 -05:00
cliff.toml Add cargo-release and git-cliff configuration. 2022-08-29 12:50:09 -05:00
flake.lock chore: Update to Bevy 0.16. 2025-05-16 09:47:48 -05:00
flake.nix chore: Update to Bevy 0.16. 2025-05-16 09:47:48 -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.