Remove Clone since it isn't support on macOS.

This commit is contained in:
Nolan Darilek 2022-01-21 13:13:15 -06:00
parent 7104b75fe0
commit 2bf7ce2320

View File

@ -2,7 +2,7 @@ use bevy::prelude::*;
use crossbeam_channel::{unbounded, Receiver};
pub use tts::{Backends, Error, Features, Tts, UtteranceId};
#[derive(Clone, Debug)]
#[derive(Debug)]
pub enum TtsEvent {
UtteranceBegin(UtteranceId),
UtteranceEnd(UtteranceId),