ash-window 0.12.0

Interop library between ash and raw-window-handle
Documentation
[[example]]
name = "winit"
required-features = ["ash/linked"]
[dependencies.ash]
default-features = false
version = "0.37"

[dependencies.raw-window-handle]
version = "0.5"
[dev-dependencies.ash]
default-features = false
features = ["linked"]
version = "0.37"

[dev-dependencies.winit]
version = "0.27.1"

[package]
authors = ["msiglreith <m.siglreith@gmail.com>"]
categories = ["game-engines", "graphics"]
description = "Interop library between ash and raw-window-handle"
documentation = "https://docs.rs/ash-window"
edition = "2018"
exclude = [".github/*"]
keywords = ["window", "ash", "graphics"]
license = "MIT OR Apache-2.0"
name = "ash-window"
readme = "README.md"
repository = "https://github.com/MaikKlein/ash"
rust-version = "1.59.0"
version = "0.12.0"
[target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.raw-window-metal]
version = "0.3"