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