mirror of
https://github.com/lightsoutgames/bevy_tts.git
synced 2024-11-22 01:55:58 +00:00
Remove Copy
derive.
This commit is contained in:
parent
eda9ec2eae
commit
028539874e
|
@ -2,7 +2,7 @@ use bevy::prelude::*;
|
||||||
use crossbeam_channel::{unbounded, Receiver};
|
use crossbeam_channel::{unbounded, Receiver};
|
||||||
pub use tts::{Backends, Error, Features, Tts, UtteranceId};
|
pub use tts::{Backends, Error, Features, Tts, UtteranceId};
|
||||||
|
|
||||||
#[derive(Clone, Copy, Debug)]
|
#[derive(Clone, Debug)]
|
||||||
pub enum TtsEvent {
|
pub enum TtsEvent {
|
||||||
UtteranceBegin(UtteranceId),
|
UtteranceBegin(UtteranceId),
|
||||||
UtteranceEnd(UtteranceId),
|
UtteranceEnd(UtteranceId),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user