luminance-glutin 0.8.0

GLFW support for luminance
Documentation
# 0.8

> Mon Jan 6th 2020

## Breaking changes

- Rework the interface to make it easier for people to have access to all the underlying `glutin`
  types.
- The `luminance-windowing` interface is now just use as convenience to create a windowed context.
  The `Surface` trait is not implemented anymore as it’s subject to be deprecated very soon.

# 0.7

> Sat Jan 4th 2020

- Support of `luminance-0.38`.
- Re-export `glutin::MouseButton`.

# 0.6.1

> Tue Nov 5th 2017

- Expose more `glutin` symbols on the public interface.

# 0.6

> Sun Sep 29th 2019

- Support of `luminance-0.37`.

# 0.5

> Fri Sep 20th 2019

- `luminance-0.36` support.

# 0.4

> Thur Sep 12th 2019

- Fix SemVer issues with ranges and duplicated dependencies.

# 0.3.1

> Thur Sep 12th 2019

- Support of `luminance-0.35`.

# 0.3

> Wed Sep 11th 2019

- Support of `luminance-0.34`.

# 0.2

> Fri Sep 6th 2019

- Support of `luminance-0.33`.

# 0.1.1

> Tue Sep 3rd 2019

- Support of `luminance-0.32`.

# 0.1

> Fri Aug 23th 2019

- Initial revision.