vrust 0.0.1

VRust game engine
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;