[package] name = "luminvent-raw-window-handle" version = "0.4.3" authors = ["Osspial "] edition = "2018" description = "Interoperability library for Rust Windowing applications." license = "MIT OR Apache-2.0 OR Zlib" repository = "https://github.com/rust-windowing/raw-window-handle" #keywords = ["windowing"] readme = "README.md" documentation = "https://docs.rs/raw-window-handle" [features] alloc = [] [dependencies] cty = "0.2" getrandom = { version = "0.2.6", features = ["js"] } uuid = { version = "1.0", features = ["v4"] } [badges] travis-ci = { repository = "rust-windowing/raw-window-handle" } appveyor = { repository = "rust-windowing/raw-window-handle" } [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"]