partialy implement Query, also add date

This commit is contained in:
2019-05-07 17:36:32 +02:00
parent cfc2ff5886
commit cb2b8339a6
4 changed files with 162 additions and 16 deletions

View File

@ -228,6 +228,7 @@ mod test {
name: "texture.png".to_string(),
tags: vec!["Wood".to_string(), "Hair".to_string()],
format: TextureFormat::PNG,
added_on: Date::new(2019, 10, 12),
resolution: (512, 512),
texture_hash: Sha256(HASH_BYTES),
}