[features]
alloc = []
std = ["alloc"]
wasm-bindgen-0-2 = ["wasm-bindgen", "std"]
[package]
authors = ["Osspial <osspial@gmail.com>"]
description = "Interoperability library for Rust Windowing applications."
documentation = "https://docs.rs/raw-window-handle"
edition = "2021"
keywords = ["windowing"]
license = "MIT OR Apache-2.0 OR Zlib"
name = "raw-window-handle"
readme = "README.md"
repository = "https://github.com/rust-windowing/raw-window-handle"
rust-version = "1.64"
version = "0.6.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[target."cfg(target_family = \"wasm\")".dependencies.wasm-bindgen]
default-features = false
features = ["std"]
optional = true
version = "0.2.87"