[package] name = "luminance-glfw" version = "0.18.3" license = "BSD-3-Clause" authors = ["Dimitri Sabadie "] description = "GLFW support for luminance" keywords = ["stateless", "type-safe", "graphics", "luminance", "glfw"] categories = ["rendering::graphics-api"] homepage = "https://github.com/phaazon/luminance-rs" repository = "https://github.com/phaazon/luminance-rs" documentation = "https://docs.rs/luminance-glfw" readme = "README.md" edition = "2021" rust-version = "1.56.0" [badges] maintenance = { status = "actively-developed" } [dependencies] gl = "0.14" glfw = { version = ">=0.43, <0.46", default-features = false } luminance = { version = ">=0.46, <0.48", path = "../luminance" } luminance-gl = { version = "0.19", path = "../luminance-gl" } [features] default = ["glfw-sys"] all = ["glfw-sys"] glfw-sys = ["glfw/glfw-sys"] log-errors = []