luminance-front 0.3.0

luminance re-exported with a backend picked at compile-time
Documentation
[package]
name = "luminance-front"
version = "0.3.0"
license = "BSD-3-Clause"
authors = ["Dimitri Sabadie <dimitri.sabadie@gmail.com>"]
description = "luminance re-exported with a backend picked at compile-time"
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-front"
readme = "README.md"
edition = "2018"

[badges]
maintenance = { status = "actively-developed" }

[features]
default = ["gl33", "webgl2"]
gl33 = []
webgl2 = []

[dependencies]
luminance = "0.42"

[target.'cfg(any(target_arch = "x86", target_arch = "x86_64"))'.dependencies]
luminance-gl = "0.15"

[target.'cfg(target_arch = "wasm32")'.dependencies]
luminance-webgl = "0.2"