webgl 0.1.0

wasm32 first cross-platform webgl
Documentation
[dependencies.glenum]
version = "0.1.1"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[package]
authors = ["Oussama <md.oussama@gmail.com>"]
description = "wasm32 first cross-platform webgl"
documentation = "https://docs.rs/webgl"
keywords = ["webgl", "opengl"]
license = "Apache-2.0"
name = "webgl"
repository = "https://github.com/oussama/webgl-rs"
version = "0.1.0"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.gl]
version = "0.9"

[target.'cfg(target_arch = "wasm32")'.dependencies.stdweb]
version = "0.3"