# 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 = "vulkan_rs" version = "1.0.62" authors = ["Christoph Hommelsheim "] build = "build.rs" include = ["Cargo.toml", "LICENSE", "README.md", "build.rs", "src/**", "vulkan_spec/Vulkan-Docs/src/spec/*.xml", "examples/**", "tests/**", "benches/**"] description = "Vulkan bindings for the rust programming language." homepage = "https://github.com/HellButcher/vulkan-rs" readme = "README.md" license = "BSD-2-Clause" repository = "https://github.com/HellButcher/vulkan-rs.git" [[example]] name = "initialization" [dependencies.log] version = "0.3" [dependencies.lazy_static] version = "0.2" [dev-dependencies.winit] version = "0.6" [dev-dependencies.env_logger] version = "0.4" [dev-dependencies.log] version = "0.3" [build-dependencies.vulkan_rs_generator] version = "0.1" [build-dependencies.shaderc] version = "0.2" [features] VK_USE_PLATFORM_XCB_KHR = [] VK_USE_PLATFORM_IOS_MVK = [] VK_KHR_wayland_surface = [] VK_USE_PLATFORM_WAYLAND_KHR = [] VK_KHR_swapchain = [] VK_NN_vi_surface = [] VK_KHR_android_surface = [] VK_KHR_xlib_surface = [] VK_surface_extensions = ["VK_KHR_surface", "VK_KHR_xlib_surface", "VK_KHR_xcb_surface", "VK_KHR_wayland_surface", "VK_KHR_mir_surface", "VK_KHR_android_surface", "VK_MVK_ios_surface", "VK_MVK_macos_surface", "VK_NN_vi_surface"] VK_default_extensions = ["VK_surface_extensions", "VK_KHR_swapchain", "VK_EXT_debug_report"] VK_USE_PLATFORM_MIR_KHR = [] VK_USE_PLATFORM_XLIB_KHR = [] VK_MVK_macos_surface = [] VK_EXT_debug_report = [] VK_USE_PLATFORM_XLIB_XRANDR_EXT = ["VK_USE_PLATFORM_XLIB_KHR"] VK_KHR_mir_surface = [] VK_KHR_surface = [] VK_USE_PLATFORM_DEFAULT = [] VK_MVK_ios_surface = [] VK_USE_PLATFORM_VI_NN = [] VK_USE_PLATFORM_MACOS_MVK = [] VK_USE_PLATFORM_ANDROID_KHR = [] VK_USE_PLATFORM_WIN32_KHR = [] default = ["VK_USE_PLATFORM_DEFAULT", "VK_default_extensions"] VK_KHR_xcb_surface = [] [target."cfg(unix)".dependencies.libc] version = "0.2" [target."cfg(windows)".dependencies.winapi] version = "0.2" [target."cfg(windows)".dependencies.kernel32-sys] version = "0.2" [badges.travis-ci] repository = "HellButcher/vulkan-rs" branch = "master"