ash-window 0.13.0

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

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

[dev-dependencies.winit]
features = ["rwh_06"]
version = "0.29"

[package]
authors = ["msiglreith <m.siglreith@gmail.com>", "Marijn Suijten <marijn@traverseresearch.nl>"]
categories = ["api-bindings", "game-development", "graphics", "rendering::graphics-api"]
description = "Interop library between ash and raw-window-handle"
edition = "2021"
keywords = ["windowing", "ash", "graphics", "vulkan", "raw-window-handle"]
license = "MIT OR Apache-2.0"
name = "ash-window"
readme = "README.md"
repository = "https://github.com/ash-rs/ash"
rust-version = "1.69.0"
version = "0.13.0"
[target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.raw-window-metal]
version = "0.4"