luminance-front 0.4.0

luminance re-exported with a backend picked at compile-time
Documentation
[badges.maintenance]
status = "actively-developed"
[dependencies.luminance]
version = "0.44"

[features]
default = ["gl33", "webgl2"]
gl33 = []
gl33-GL_ARB_gpu_shader_fp64 = ["luminance-gl/GL_ARB_gpu_shader_fp64"]
webgl2 = []

[package]
authors = ["Dimitri Sabadie <dimitri.sabadie@gmail.com>"]
categories = ["rendering::graphics-api"]
description = "luminance re-exported with a backend picked at compile-time"
documentation = "https://docs.rs/luminance-front"
edition = "2018"
homepage = "https://github.com/phaazon/luminance-rs"
keywords = ["stateless", "type-safe", "graphics", "luminance"]
license = "BSD-3-Clause"
name = "luminance-front"
readme = "README.md"
repository = "https://github.com/phaazon/luminance-rs"
version = "0.4.0"
[target."cfg(any(target_arch = \"x86\", target_arch = \"x86_64\"))".dependencies.luminance-gl]
version = "0.17"
[target."cfg(target_arch = \"wasm32\")".dependencies.luminance-webgl]
version = "0.4"