partialy implement Query, also add date
This commit is contained in:
@ -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),
|
||||
}
|
||||
|
Reference in New Issue
Block a user