luminance-glfw 0.14.0

GLFW support for luminance
Documentation
[badges.maintenance]
status = "actively-developed"
[dependencies.gl]
version = "0.14"

[dependencies.glfw]
default-features = false
version = "0.39"

[dependencies.luminance]
version = "0.42"

[dependencies.luminance-gl]
version = "0.15"

[dependencies.luminance-windowing]
version = "0.9"

[features]
all = ["glfw-sys"]
default = ["glfw-sys"]
glfw-sys = ["glfw/glfw-sys"]
log-errors = []

[package]
authors = ["Dimitri Sabadie <dimitri.sabadie@gmail.com>"]
categories = ["rendering::graphics-api"]
description = "GLFW support for luminance"
documentation = "https://docs.rs/luminance-glfw"
edition = "2018"
homepage = "https://github.com/phaazon/luminance-rs"
keywords = ["stateless", "type-safe", "graphics", "luminance", "glfw"]
license = "BSD-3-Clause"
name = "luminance-glfw"
readme = "README.md"
repository = "https://github.com/phaazon/luminance-rs"
version = "0.14.0"