[](https://crates.io/crates/glwfr)
[](https://docs.rs/glwfr)
`glwfr` (GL Wrapper For Rust) is a library for working with OpenGL in Rust.
- ----
Add `glwfr` to your `Cargo.toml`:
```toml
[dependencies]
glwfr = "0.3.1"
```