raw-gl-context 0.1.1

Library for creating an OpenGL context from a RawWindowHandle
Documentation
1
2
3
4
5
6
7
8
9
10
# raw-gl-context


[![Cargo](https://img.shields.io/crates/v/raw-gl-context.svg)](https://crates.io/crates/raw-gl-context)
[![Documentation](https://docs.rs/raw-gl-context/badge.svg)](https://docs.rs/raw-gl-context)

Library for creating an OpenGL context from a [RawWindowHandle](https://crates.io/crates/raw-window-handle). Supported platforms are Windows, macOS, and X11.

## License


raw-gl-context is distributed under the terms of both the [MIT license](LICENSE-MIT) and the [Apache license, version 2.0](LICENSE-APACHE). Contributions are accepted under the same terms.