mirror of
https://github.com/lightsoutgames/bevy_tts.git
synced 2024-11-13 00:45: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};
|
||||
pub use tts::{Backends, Error, Features, Tts, UtteranceId};
|
||||
|
||||
#[derive(Clone, Copy, Debug)]
|
||||
#[derive(Clone, Debug)]
|
||||
pub enum TtsEvent {
|
||||
UtteranceBegin(UtteranceId),
|
||||
UtteranceEnd(UtteranceId),
|
||||
|
|
Loading…
Reference in New Issue
Block a user