[package] name = "vrust" version = "0.0.1" authors = ["Hossein Noroozpour "] description = "VRust game engine" license = "MIT" build = "build.rs" [features] no-log = [] no-vulkan-debug = [] no-debug = [] no-intensive-debug = [] no-fullscreen = [] use-directx12 = [] use-vulkan = [] use-metal = [] [dependencies] libc = "0.2" bitflags = "1.0" [target.'cfg(any(target_os = "windows"))'.dependencies] winapi = "0.3" kernel32-sys = "0.2" user32-sys = "0.2" gdi32-sys = "0.2" [target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies] # This feautres are for debug mode remove them in future objc = { version = "0.2", features = ["exception", "verify_message"] } block = "0.1" [build-dependencies]