• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

src/H03-May-2022-464301

.cargo-checksum.jsonH A D03-May-202289 11

.cargo_vcs_info.jsonH A D01-Jan-197074 65

.gitignoreH A D01-Dec-201930 43

.travis.ymlH A D01-Dec-20191.4 KiB6254

CHANGELOG.mdH A D01-Dec-20191.1 KiB4023

Cargo.tomlH A D01-Jan-19701.1 KiB3733

Cargo.toml.orig-cargoH A D01-Dec-2019644 2520

LICENSEH A D01-Dec-20191 KiB2217

README.mdH A D01-Dec-2019916 86

appveyor.ymlH A D01-Dec-2019556 2320

rustfmt.tomlH A D01-Dec-201930 21

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