mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 14:03:42 +02:00
Modular platforms (#241)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
mod collections;
|
||||
mod installed_games;
|
||||
#[cfg(target_family = "unix")]
|
||||
mod proton_vdf_util;
|
||||
mod restarter;
|
||||
mod settings;
|
||||
@@ -7,6 +8,7 @@ mod utils;
|
||||
|
||||
pub use collections::*;
|
||||
pub use installed_games::*;
|
||||
#[cfg(target_family = "unix")]
|
||||
pub use proton_vdf_util::*;
|
||||
pub use restarter::*;
|
||||
pub use settings::SteamSettings;
|
||||
|
||||
+1
-1
@@ -43,7 +43,7 @@ pub struct ShortcutInfo {
|
||||
pub shortcuts: Vec<ShortcutOwned>,
|
||||
}
|
||||
|
||||
#[derive(Default, PartialEq, Clone, Debug)]
|
||||
#[derive(Default, PartialEq, Eq, Clone, Debug)]
|
||||
pub struct SteamUsersInfo {
|
||||
pub steam_user_data_folder: String,
|
||||
pub shortcut_path: Option<String>,
|
||||
|
||||
Reference in New Issue
Block a user