Initial GOG integration

This commit is contained in:
Philip
2021-10-04 22:43:38 +02:00
parent 642dd15ff4
commit ef0bca983c
8 changed files with 274 additions and 2 deletions
+7
View File
@@ -0,0 +1,7 @@
use serde::{Deserialize, Serialize};
#[derive(Debug, Serialize, Deserialize, Clone)]
pub struct GogSettings {
pub enabled: bool,
pub location: Option<String>,
}