mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 05:53:41 +02:00
feat: Add itch.io as possible platform
This commit is contained in:
@@ -27,7 +27,7 @@ pub enum EpicGamesManifestsError {
|
||||
ReadDirError { path: String, error: std::io::Error },
|
||||
}
|
||||
|
||||
pub fn get_egs_manifests(
|
||||
pub(crate) fn get_egs_manifests(
|
||||
settings: &EpicGamesLauncherSettings,
|
||||
) -> Result<Vec<ManifestItem>, EpicGamesManifestsError> {
|
||||
use EpicGamesManifestsError::*;
|
||||
|
||||
Reference in New Issue
Block a user