mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 05:53:41 +02:00
Fix cargo versions
This commit is contained in:
+3
-1
@@ -22,9 +22,11 @@ impl Settings {
|
||||
let default_str = include_str!("defaultconfig.toml");
|
||||
s.merge(File::from_str(default_str, config::FileFormat::Toml))?;
|
||||
|
||||
#[cfg(target_os = "linux")]
|
||||
let enable_legendary = true;
|
||||
#[cfg(target_os = "linux")]
|
||||
let enable_epic = false;
|
||||
|
||||
|
||||
#[cfg(target_os = "windows")]
|
||||
let enable_legendary = false;
|
||||
#[cfg(target_os = "windows")]
|
||||
|
||||
Reference in New Issue
Block a user