raw-window-handle 0.3.4

Interoperability library for Rust Windowing applications.
Documentation
[package]

name = "raw-window-handle"

version = "0.3.4"

authors = ["Osspial <osspial@gmail.com>"]

edition = "2018"

description = "Interoperability library for Rust Windowing applications."

license = "MIT"

repository = "https://github.com/rust-windowing/raw-window-handle"

keywords = ["windowing"]

readme = "README.md"

documentation = "https://docs.rs/raw-window-handle"



[badges]

travis-ci = { repository = "rust-windowing/raw-window-handle" }

appveyor = { repository = "rust-windowing/raw-window-handle" }



[dependencies]

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

new = { version = "0.4.1", package = "raw-window-handle" }



[features]

nightly-docs = []



[package.metadata.docs.rs]

features = ["nightly-docs"]