raw-window-metal 0.4.0

Interop library between Metal and raw-window-handle
Documentation
[dependencies.objc]
version = "0.2"

[dependencies.raw-window-handle]
version = "0.6.0"

[package]
authors = ["The Gfx-rs Developers"]
categories = ["game-engines", "graphics"]
description = "Interop library between Metal and raw-window-handle"
documentation = "https://docs.rs/raw-window-metal"
edition = "2018"
exclude = [".github/*"]
keywords = ["window", "metal", "graphics"]
license = "MIT OR Apache-2.0"
name = "raw-window-metal"
readme = "README.md"
repository = "https://github.com/norse-rs/raw-window-metal"
version = "0.4.0"
[package.metadata.docs.rs]
targets = ["x86_64-apple-darwin", "aarch64-apple-ios"]
[target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.cocoa]
version = "0.25"

[target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.core-graphics]
version = "0.23"