//! Cover art image download and caching.
//!
//! Downloads front boxart and screenshots from TheGamesDB CDN and caches
//! them on disk for the ROM browser. Images are stored in a configurable
//! cache directory (default: `~/.neser/image_cache/`).
// Re-exports used by the ROM browser (native frontend).
// TODO: remove allow(unused_imports) once the ROM browser module consumes these.
pub use ;