Refactor cached search into steamgriddb mod

This commit is contained in:
Philip Kristoffersen
2021-09-25 09:45:38 +02:00
parent e449bd31e4
commit caba0e459d
4 changed files with 23 additions and 20 deletions
+6 -1
View File
@@ -1,2 +1,7 @@
mod settings;
pub use settings::SteamGridDbSettings;
mod image_type;
mod cached_search;
pub use image_type::ImageType;
pub use settings::SteamGridDbSettings;
pub use cached_search::CachedSearch;