Cache thumbnails to disk

This commit is contained in:
2026-05-17 11:51:06 +02:00
parent 99de8bca54
commit ea2b8ace4e
5 changed files with 291 additions and 37 deletions

View File

@@ -17,6 +17,7 @@ use crate::{
};
mod api;
pub mod cachemap;
mod thumbhash;
mod ui {