update image to 0.25

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2024-07-04 10:13:23 -07:00
parent 21c00a41e0
commit 036c257379
3 changed files with 375 additions and 28 deletions

View File

@@ -42,7 +42,7 @@ impl ImageCache {
data.as_raw(),
data.size[0] as u32,
data.size[1] as u32,
image::ColorType::Rgba8,
image::ColorType::Rgba8.into(),
)?;
Ok(())