1
Fork 0

Set up testing infrastructure

This commit is contained in:
prescientmoon 2024-09-06 17:31:20 +02:00
parent e74ddfd106
commit cba88c5def
Signed by: prescientmoon
SSH key fingerprint: SHA256:WFp/cO76nbarETAoQcQXuV+0h7XJsEsOCI0UsyPIy6U
18 changed files with 494 additions and 176 deletions
src/arcaea

View file

@ -73,6 +73,7 @@ impl ImageVec {
// }}}
}
#[derive(Clone)]
pub struct JacketCache {
jackets: Vec<(u32, ImageVec)>,
}