glwfr 0.3.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


- Upgrade Errors
- Scene
- Scene Object
- Camera
- Light

## Usage


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

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