vrust 0.0.1

VRust game engine
1
2
3
4
5
#[cfg(any(target_os = "ios", target_os = "macos"))]
pub use super::super::super::metal::shader::stage::Stage;

#[cfg(any(target_os = "windows", target_os = "linux", target_os = "android"))]
pub use super::super::super::vulkan::shader::stage::Stage;