raw-window-handle 0.1.0

Raw platform window types for interoperability
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "raw-window-handle"
version = "0.1.0"
authors = ["Osspial <osspial@gmail.com>"]
edition = "2018"
description = "Raw platform window types for interoperability"
license = "Unlicense"
repository = "https://github.com/rust-windowing/raw-window-handle"
keywords = ["windowing"]

[dependencies]
libc = {version="0.2", features=[]}

[features]
nightly-docs = []

[package.metadata.docs.rs]
features = ["nightly-docs"]