This commit is contained in:
Philip Kristoffersen
2022-04-09 21:49:11 +02:00
committed by GitHub
parent 2a1523470f
commit a0c6fe0c8f
22 changed files with 2349 additions and 572 deletions
+1
View File
@@ -11,6 +11,7 @@ use std::env;
#[derive(Debug, Deserialize, Serialize, Clone)]
pub struct Settings {
pub debug: bool,
pub blacklisted_games: Vec<u32>,
pub epic_games: EpicGamesLauncherSettings,
pub legendary: LegendarySettings,
pub itch: ItchSettings,