mirror of
https://github.com/lightsoutgames/bevy_tts.git
synced 2024-11-13 00:35:55 +00:00
Re-export TTS::Error.
This commit is contained in:
parent
517af1800e
commit
8962d2df33
|
@ -1,7 +1,7 @@
|
|||
use std::sync::mpsc::{channel, Receiver};
|
||||
|
||||
use bevy::prelude::*;
|
||||
pub use tts::{Features, UtteranceId, TTS};
|
||||
pub use tts::{Error, Features, UtteranceId, TTS};
|
||||
|
||||
#[derive(Clone, Copy, Debug)]
|
||||
pub enum TtsEvent {
|
||||
|
|
Loading…
Reference in New Issue
Block a user