Fix all warnings

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2024-04-01 10:16:35 -07:00
parent 4bd01682da
commit 6222a7db63
8 changed files with 26 additions and 47 deletions

View File

@@ -6,7 +6,7 @@ use image::imageops::FilterType;
use poll_promise::Promise;
use tokio::fs;
use std::path;
use std::collections::HashMap;
//pub type ImageCacheKey = String;
//pub type ImageCacheValue = Promise<Result<TextureHandle>>;