# gl-from-raw-window-handle [![Cargo](https://img.shields.io/crates/v/gl-from-raw-window-handle.svg)](https://crates.io/crates/gl-from-raw-window-handle) [![Documentation](https://docs.rs/gl-from-raw-window-handle/badge.svg)](https://docs.rs/gl-from-raw-window-handle) Library for creating an OpenGL context from a [RawWindowHandle](https://crates.io/crates/raw-window-handle). Supported platforms are Windows, macOS, and X11. ## Credits Originally forked from [Aargonian](https://github.com/Aargonian/raw-gl-context), who in turn forked the [original project by glowcoil](https://github.com/glowcoil/raw-gl-context) ## License gl-from-raw-window-handle 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.