mirror of
https://github.com/lightsoutgames/bevy_tts.git
synced 2024-11-23 20:35:57 +00:00
feat: Make wrapped Tts
instance public.
This commit is contained in:
parent
cac001d196
commit
14607d76a4
|
@ -3,7 +3,7 @@ use crossbeam_channel::{unbounded, Receiver};
|
||||||
pub use tts::{self, Backends, Error, Features, UtteranceId};
|
pub use tts::{self, Backends, Error, Features, UtteranceId};
|
||||||
|
|
||||||
#[derive(Resource, Clone, Deref, DerefMut)]
|
#[derive(Resource, Clone, Deref, DerefMut)]
|
||||||
pub struct Tts(tts::Tts);
|
pub struct Tts(pub tts::Tts);
|
||||||
|
|
||||||
impl Tts {
|
impl Tts {
|
||||||
pub fn screen_reader_available() -> bool {
|
pub fn screen_reader_available() -> bool {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user