1[package]
2name = "raw-window-handle"
3version = "0.5.2"
4authors = ["Osspial <osspial@gmail.com>"]
5edition = "2021"
6description = "Interoperability library for Rust Windowing applications."
7license = "MIT OR Apache-2.0 OR Zlib"
8repository = "https://github.com/rust-windowing/raw-window-handle"
9keywords = ["windowing"]
10readme = "README.md"
11documentation = "https://docs.rs/raw-window-handle"
12rust-version = "1.64"
13
14[features]
15alloc = []
16std = ["alloc"]
17
18[package.metadata.docs.rs]
19all-features = true
20rustdoc-args = ["--cfg", "docsrs"]
21