Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 03-May-2022 | - | ||||
src/ | H | 03-May-2022 | - | 464 | 301 | |
.cargo-checksum.json | H A D | 03-May-2022 | 89 | 1 | 1 | |
.cargo_vcs_info.json | H A D | 01-Jan-1970 | 74 | 6 | 5 | |
.gitignore | H A D | 01-Dec-2019 | 30 | 4 | 3 | |
.travis.yml | H A D | 01-Dec-2019 | 1.4 KiB | 62 | 54 | |
CHANGELOG.md | H A D | 01-Dec-2019 | 1.1 KiB | 40 | 23 | |
Cargo.toml | H A D | 01-Jan-1970 | 1.1 KiB | 37 | 33 | |
Cargo.toml.orig-cargo | H A D | 01-Dec-2019 | 644 | 25 | 20 | |
LICENSE | H A D | 01-Dec-2019 | 1 KiB | 22 | 17 | |
README.md | H A D | 01-Dec-2019 | 916 | 8 | 6 | |
appveyor.yml | H A D | 01-Dec-2019 | 556 | 23 | 20 | |
rustfmt.toml | H A D | 01-Dec-2019 | 30 | 2 | 1 |
README.md
1# `raw-window-handle`: A common windowing interoperability library for Rust 2[![Crates.io](https://img.shields.io/crates/v/raw-window-handle.svg?maxAge=2592000)](https://crates.io/crates/raw-window-handle) 3[![Docs](https://docs.rs/raw-window-handle/badge.svg)](https://docs.rs/raw-window-handle) 4[![Travis Build Status](https://travis-ci.org/rust-windowing/raw-window-handle.svg)](https://travis-ci.org/rust-windowing/raw-window-handle) 5[![Appveyor Build Status](https://ci.appveyor.com/api/projects/status/iq3j85x0ruw5y205?svg=true)](https://ci.appveyor.com/project/Osspial/raw-window-handle) 6 7This library provides standard types for accessing a window's platform-specific raw window handle. This does not provide any utilities for creating and managing windows; instead, it provides a common interface that window creation libraries (e.g. Winit, SDL) can use to easily talk with graphics libraries (e.g. gfx-hal). 8