glow 0.5.0

GL on Whatever: a set of bindings to run GL anywhere (Open GL, OpenGL ES, and WebGL) and avoid target-specific code.
Documentation
[build-dependencies.gl_generator]
version = "0.14"

[features]
default = ["web-sys"]
stdweb = ["std_web", "webgl_stdweb"]
web-sys = ["web_sys", "js-sys", "wasm-bindgen"]

[lib]
name = "glow"
path = "src/lib.rs"

[package]
authors = ["Joshua Groves <josh@joshgroves.com>", "Dzmitry Malyshau <kvarkus@gmail.com"]
build = "build.rs"
description = "GL on Whatever: a set of bindings to run GL anywhere (Open GL, OpenGL ES, and WebGL) and avoid target-specific code."
edition = "2018"
homepage = "https://github.com/grovesNL/glow.git"
license = "MIT OR Apache-2.0"
name = "glow"
repository = "https://github.com/grovesNL/glow"
version = "0.5.0"
[target."cfg(not(any(target_arch = \"wasm32\")))".dependencies.glutin]
optional = true
version = "0.24"

[target."cfg(not(any(target_arch = \"wasm32\")))".dependencies.sdl2]
optional = true
version = "0.33"
[target."cfg(target_arch = \"wasm32\")".dependencies.js-sys]
optional = true
version = "~0.3"

[target."cfg(target_arch = \"wasm32\")".dependencies.slotmap]
version = "0.4"

[target."cfg(target_arch = \"wasm32\")".dependencies.std_web]
optional = true
package = "stdweb"
version = "0.4.20"

[target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen]
optional = true
version = "~0.2"

[target."cfg(target_arch = \"wasm32\")".dependencies.web_sys]
features = ["Document", "Element", "HtmlCanvasElement", "HtmlImageElement", "ImageBitmap", "WebGlActiveInfo", "WebGlBuffer", "WebGlFramebuffer", "WebGlProgram", "WebGlQuery", "WebGlRenderbuffer", "WebGlRenderingContext", "WebGl2RenderingContext", "WebGlSampler", "WebGlShader", "WebGlSync", "WebGlTexture", "WebGlTransformFeedback", "WebGlUniformLocation", "WebGlVertexArrayObject", "Window", "AngleInstancedArrays", "ExtBlendMinmax", "ExtColorBufferFloat", "ExtColorBufferHalfFloat", "ExtDisjointTimerQuery", "ExtFragDepth", "ExtShaderTextureLod", "ExtSRgb", "ExtTextureFilterAnisotropic", "OesElementIndexUint", "OesStandardDerivatives", "OesTextureFloat", "OesTextureFloatLinear", "OesTextureHalfFloat", "OesTextureHalfFloatLinear", "OesVertexArrayObject", "WebglColorBufferFloat", "WebglCompressedTextureAstc", "WebglCompressedTextureEtc", "WebglCompressedTextureEtc1", "WebglCompressedTexturePvrtc", "WebglCompressedTextureS3tc", "WebglCompressedTextureS3tcSrgb", "WebglDebugRendererInfo", "WebglDebugShaders", "WebglDepthTexture", "WebglDrawBuffers", "WebglLoseContext"]
optional = true
package = "web-sys"
version = "~0.3.37"

[target."cfg(target_arch = \"wasm32\")".dependencies.webgl_stdweb]
optional = true
version = "0.3"