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