luminance 0.27.0

Stateless and type-safe graphics framework
Documentation
[package]
name = "luminance"
version = "0.27.0"
license = "BSD-3-Clause"
authors = ["Dimitri Sabadie <dimitri.sabadie@gmail.com>"]
description = "Stateless and type-safe graphics framework"
keywords = ["stateless", "type-safe", "graphics", "luminance"]
categories = ["rendering::graphics-api"]
homepage = "https://github.com/phaazon/luminance-rs"
repository = "https://github.com/phaazon/luminance-rs"
documentation = "https://docs.rs/luminance"
readme = "README.md"

[badges]
travis-ci = { repository = "phaazon/luminance", branch = "master" }
is-it-maintained-issue-resolution = { repository = "phaazon/luminance" }
is-it-maintained-open-issues = { repository = "phaazon/luminance" }
maintenance = { status = "actively-developed" }

[dependencies]
gl = "0.10"