diff options
| author | Mica White <botahamec@outlook.com> | 2026-07-03 11:28:15 -0400 |
|---|---|---|
| committer | Mica White <botahamec@outlook.com> | 2026-07-03 11:28:15 -0400 |
| commit | bb7525206da1782fd9af49621aa52d87bd227838 (patch) | |
| tree | e2eeb352b964e35e9a902f31c67771a0f1bb9e02 /src/file.rs | |
| parent | 3eb02cbe5b106cd332f25d658430f7e0ae320745 (diff) | |
Snake example
Diffstat (limited to 'src/file.rs')
| -rw-r--r-- | src/file.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/file.rs b/src/file.rs index 8e96fa9..42fecfa 100644 --- a/src/file.rs +++ b/src/file.rs @@ -14,7 +14,7 @@ pub struct FileManager { cache: FxHashMap<Box<Path>, FileData>, } -#[derive(Debug, Serialize, Deserialize)] +#[derive(Debug, Clone, Serialize, Deserialize)] pub struct GameManifest { pub name: Box<str>, pub first_scene: usize, |
