raw-window-metal 1.0.0

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

[features]
alloc = []
default = ["std"]
std = ["alloc"]

[lib]
name = "raw_window_metal"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["game-development", "graphics", "os::macos-apis"]
description = "Interop library between Metal and raw-window-handle"
documentation = "https://docs.rs/raw-window-metal"
edition = "2021"
exclude = [".github/*"]
keywords = ["window", "metal", "graphics"]
license = "MIT OR Apache-2.0"
name = "raw-window-metal"
readme = "README.md"
repository = "https://github.com/rust-windowing/raw-window-metal"
version = "1.0.0"

[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "docsrs"]
targets = ["x86_64-apple-darwin", "aarch64-apple-darwin", "aarch64-apple-ios", "aarch64-apple-ios-macabi", "x86_64-apple-ios"]

[target.'cfg(all(target_vendor = "apple", not(target_os = "macos")))'.dev-dependencies.objc2-ui-kit]
features = ["UIResponder", "UIView"]
version = "0.2.2"

[target.'cfg(target_os = "macos")'.dev-dependencies.objc2-app-kit]
features = ["NSResponder", "NSView"]
version = "0.2.2"

[target.'cfg(target_vendor = "apple")'.dependencies.objc2]
version = "0.5.2"

[target.'cfg(target_vendor = "apple")'.dependencies.objc2-foundation]
features = ["NSDictionary", "NSGeometry", "NSKeyValueObserving", "NSObjCRuntime", "NSString", "NSThread", "NSValue"]
version = "0.2.2"

[target.'cfg(target_vendor = "apple")'.dependencies.objc2-quartz-core]
features = ["CALayer", "CAMetalLayer", "objc2-metal"]
version = "0.2.2"