mirror of
https://github.com/lightsoutgames/bevy_tts.git
synced 2024-11-22 01:45: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 std::sync::mpsc::{channel, Receiver};
|
||||||
|
|
||||||
use bevy::prelude::*;
|
use bevy::prelude::*;
|
||||||
pub use tts::{Features, UtteranceId, TTS};
|
pub use tts::{Error, Features, UtteranceId, TTS};
|
||||||
|
|
||||||
#[derive(Clone, Copy, Debug)]
|
#[derive(Clone, Copy, Debug)]
|
||||||
pub enum TtsEvent {
|
pub enum TtsEvent {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user