abrasion/third_party/cargo/vendor/vulkano-win-0.20.0/Cargo.toml

51 lines
1.5 KiB
TOML

# 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]
edition = "2018"
name = "vulkano-win"
version = "0.20.0"
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>", "The vulkano contributors"]
description = "Link between vulkano and winit"
homepage = "https://vulkano.rs"
documentation = "https://docs.rs/vulkano"
keywords = ["vulkan", "bindings", "graphics", "gpu", "rendering"]
categories = ["rendering::graphics-api"]
license = "MIT/Apache-2.0"
repository = "https://github.com/vulkano-rs/vulkano"
[dependencies.raw-window-handle]
version = "0.3.3"
optional = true
[dependencies.vulkano]
version = "0.20.0"
[dependencies.winit]
version = "0.24"
optional = true
[features]
default = ["winit_", "raw-window-handle_"]
raw-window-handle_ = ["raw-window-handle"]
winit_ = ["winit", "metal", "cocoa", "objc"]
[target."cfg(target_os = \"macos\")".dependencies.cocoa]
version = "0.20.0"
optional = true
[target."cfg(target_os = \"macos\")".dependencies.metal]
version = "0.18.0"
optional = true
[target."cfg(target_os = \"macos\")".dependencies.objc]
version = "0.2.7"
optional = true