mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 05:53:41 +02:00
Initial parser for butlerdb
This commit is contained in:
+2
-1
@@ -1,4 +1,4 @@
|
||||
use crate::{egs::EpicGamesLauncherSettings, legendary::LegendarySettings, steam::SteamSettings, steamgriddb::SteamGridDbSettings};
|
||||
use crate::{egs::EpicGamesLauncherSettings, itch::ItchSettings, legendary::LegendarySettings, steam::SteamSettings, steamgriddb::SteamGridDbSettings};
|
||||
|
||||
use config::{Config, ConfigError, Environment, File};
|
||||
use serde::Deserialize;
|
||||
@@ -9,6 +9,7 @@ pub struct Settings {
|
||||
pub debug: bool,
|
||||
pub epic_games: EpicGamesLauncherSettings,
|
||||
pub legendary: LegendarySettings,
|
||||
pub itch: ItchSettings,
|
||||
pub steamgrid_db: SteamGridDbSettings,
|
||||
pub steam: SteamSettings
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user