1 2 3 4 5
#[cfg(any(not(debug_assertions), target_os = "android"))] pub const FULLSCREEN_MODE: bool = true; #[cfg(not(any(not(debug_assertions), target_os = "android")))] pub const FULLSCREEN_MODE: bool = false;