webgl 0.1.0

wasm32 first cross-platform webgl
Documentation
[package]
name = "webgl"
version = "0.1.0"
authors = ["Oussama <md.oussama@gmail.com>"]

description = "wasm32 first cross-platform webgl"
repository = "https://github.com/oussama/webgl-rs"
keywords = ["webgl","opengl"]
license = "Apache-2.0"
documentation = "https://docs.rs/webgl"

[dependencies]
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
glenum = "0.1.1"


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

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