mirror of
https://github.com/lightsoutgames/bevy_tts.git
synced 2024-11-13 00:45:58 +00:00
Re-export Backends
.
This commit is contained in:
parent
db0e7574ed
commit
3299ac74af
|
@ -1,6 +1,6 @@
|
|||
use bevy::prelude::*;
|
||||
use crossbeam_channel::{unbounded, Receiver};
|
||||
pub use tts::{Error, Features, Tts, UtteranceId};
|
||||
pub use tts::{Backends, Error, Features, Tts, UtteranceId};
|
||||
|
||||
#[derive(Clone, Copy, Debug)]
|
||||
pub enum TtsEvent {
|
||||
|
|
Loading…
Reference in New Issue
Block a user