Add settings for EGS and SteamgridDB

This commit is contained in:
Philip Kristoffersen
2021-09-25 00:36:09 +02:00
parent 60dd680c33
commit 99079dcaff
13 changed files with 307 additions and 66 deletions
+2 -1
View File
@@ -2,4 +2,5 @@ mod get_manifests;
mod manifest_item;
mod settings;
pub use manifest_item::*;
pub use get_manifests::get_egs_manifests;
pub use get_manifests::get_egs_manifests;
pub use settings::EpicGamesLauncherSettings;