mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 05:53:41 +02:00
Add uplay syncrhonization
This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
||||
mod utils;
|
||||
mod settings;
|
||||
mod utils;
|
||||
|
||||
pub use settings::SteamSettings;
|
||||
pub use utils::*;
|
||||
pub use settings::SteamSettings;
|
||||
@@ -1,6 +1,6 @@
|
||||
use serde::{Serialize,Deserialize};
|
||||
use serde::{Deserialize, Serialize};
|
||||
|
||||
#[derive(Debug, Serialize, Deserialize, Clone)]
|
||||
pub struct SteamSettings{
|
||||
pub struct SteamSettings {
|
||||
pub location: Option<String>,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user