# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g. crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "vrust" version = "0.0.1" authors = ["Hossein Noroozpour "] build = "build.rs" description = "VRust game engine" license = "MIT" [dependencies.bitflags] version = "1.0" [dependencies.libc] version = "0.2" [build-dependencies] [features] no-debug = [] no-fullscreen = [] no-intensive-debug = [] no-log = [] no-vulkan-debug = [] use-directx12 = [] use-metal = [] use-vulkan = [] [target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.block] version = "0.1" [target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.objc] version = "0.2" features = ["exception", "verify_message"] [target."cfg(any(target_os = \"windows\"))".dependencies.gdi32-sys] version = "0.2" [target."cfg(any(target_os = \"windows\"))".dependencies.kernel32-sys] version = "0.2" [target."cfg(any(target_os = \"windows\"))".dependencies.user32-sys] version = "0.2" [target."cfg(any(target_os = \"windows\"))".dependencies.winapi] version = "0.3"