mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 05:53:41 +02:00
Only load platforms for OS (#288)
* Only load platforms for OS * Update to version 1.7.10
This commit is contained in:
+15
-5
@@ -1,18 +1,28 @@
|
||||
mod amazon;
|
||||
#[cfg(target_family = "unix")]
|
||||
mod bottles;
|
||||
mod egs;
|
||||
#[cfg(target_family = "unix")]
|
||||
mod flatpak;
|
||||
mod gog;
|
||||
#[cfg(target_family = "unix")]
|
||||
mod heroic;
|
||||
mod itch;
|
||||
#[cfg(target_family = "unix")]
|
||||
mod legendary;
|
||||
#[cfg(target_family = "unix")]
|
||||
mod lutris;
|
||||
#[cfg(target_family = "unix")]
|
||||
mod minigalaxy;
|
||||
|
||||
#[cfg(not(target_family = "unix"))]
|
||||
mod amazon;
|
||||
|
||||
|
||||
mod gog;
|
||||
mod itch;
|
||||
mod origin;
|
||||
mod platform;
|
||||
mod platforms_load;
|
||||
mod uplay;
|
||||
mod minigalaxy;
|
||||
|
||||
mod egs;
|
||||
pub(crate) use platform::*;
|
||||
|
||||
pub(crate) use gog::get_gog_shortcuts_from_game_folders;
|
||||
|
||||
Reference in New Issue
Block a user