mirror of
https://github.com/lightsoutgames/bevy_tts.git
synced 2024-11-12 23:45:56 +00:00
feat: Re-export top-level tts
crate.
This commit is contained in:
parent
0d3239b617
commit
c6c1ac197a
|
@ -1,6 +1,6 @@
|
|||
use bevy::prelude::*;
|
||||
use crossbeam_channel::{unbounded, Receiver};
|
||||
pub use tts::{Backends, Error, Features, UtteranceId};
|
||||
pub use tts::{self, Backends, Error, Features, UtteranceId};
|
||||
|
||||
#[derive(Resource, Clone, Deref, DerefMut)]
|
||||
pub struct Tts(tts::Tts);
|
||||
|
|
Loading…
Reference in New Issue
Block a user