vulkano-win 0.27.0

Link between vulkano and winit
Documentation
[dependencies.raw-window-handle]
optional = true
version = "0.3.3"

[dependencies.vulkano]
version = "0.27.0"

[dependencies.winit]
optional = true
version = "0.25"

[features]
default = ["winit_", "raw-window-handle_"]
raw-window-handle_ = ["raw-window-handle"]
winit_ = ["winit", "metal", "cocoa", "objc"]

[package]
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>", "The vulkano contributors"]
categories = ["rendering::graphics-api"]
description = "Link between vulkano and winit"
documentation = "https://docs.rs/vulkano"
edition = "2018"
homepage = "https://vulkano.rs"
keywords = ["vulkan", "bindings", "graphics", "gpu", "rendering"]
license = "MIT/Apache-2.0"
name = "vulkano-win"
repository = "https://github.com/vulkano-rs/vulkano"
version = "0.27.0"
[target."cfg(target_os = \"macos\")".dependencies.cocoa]
optional = true
version = "0.20.0"

[target."cfg(target_os = \"macos\")".dependencies.metal]
optional = true
version = "0.18.0"

[target."cfg(target_os = \"macos\")".dependencies.objc]
optional = true
version = "0.2.7"