ash-window 0.6.0

Interop library between ash and raw-window-handle
Documentation
[dependencies.ash]
version = "0.32"

[dependencies.raw-window-handle]
version = "0.3"
[dev-dependencies.winit]
version = "0.19.4"

[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"
version = "0.6.0"
[target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.raw-window-metal]
version = "0.1"