glwfr 0.2.1

Make graphics with OpenGL.
Documentation
# glwfr


[![Crates.io](https://img.shields.io/crates/v/glwfr)](https://crates.io/crates/glwfr)
[![Docs.rs](https://docs.rs/glwfr/badge.svg)](https://docs.rs/glwfr)

`glwfr` (GL Wrapper For Rust) is a library for working with OpenGL in Rust.

## Features


- Window creation and management.
- Texture loading and rendering.
- Shader program compilation and linking.
- Input handling (keyboard and mouse).

## Usage


Add `glwfr` to your `Cargo.toml`:

```toml
[dependencies]
glwfr = "0.2.1"
```