implement Clone
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
use crate::{from_base36, optional_data_line, AnimationFrames, Image, ToBase36};
|
||||
use crate::image::animation_frames_from_string;
|
||||
|
||||
#[derive(Debug, Eq, PartialEq)]
|
||||
#[derive(Clone, Debug, Eq, PartialEq)]
|
||||
pub struct Item {
|
||||
pub id: u64,
|
||||
pub animation_frames: Vec<Image>,
|
||||
|
||||
Reference in New Issue
Block a user