[package] name = "luminance-glow" version = "0.1.0" license = "BSD-3-Clause" authors = ["Dimitri Sabadie ", "Zicklag "] description = "Multi-GL backend for luminance using Glow" keywords = ["stateless", "graphics", "luminance", "glow", "opengl"] categories = ["rendering::graphics-api"] homepage = "https://github.com/katharostech/luminance-glow" repository = "https://github.com/katharostech/luminance-glow" documentation = "https://docs.rs/luminance-glow" readme = "README.md" edition = "2018" [dependencies] luminance = "0.43" glow = "0.9.0" web-sys = { version = "0.3", features = ["WebGlRenderingContext", "WebGl2RenderingContext"] } [build-dependencies] cfg_aliases = "0.1.1"