Rebrand to Galaxy, major improvements to Bedrock support, still needs some TLC though
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
use cfg_aliases::cfg_aliases;
|
||||
|
||||
fn main() {
|
||||
// This sets the same cfg aliases as the `warp` crate, used to gate crash-recovery flags.
|
||||
cfg_aliases! {
|
||||
linux_or_windows: { any(target_os = "linux", windows) },
|
||||
enable_crash_recovery: { linux_or_windows },
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user