26 lines
389 B
TOML
Raw Permalink Normal View History

2018-09-15 23:28:15 -07:00
[package]
name = "webgl"
2018-09-15 23:28:15 -07:00
version = "0.1.0"
authors = ["The wasm-bindgen Developers"]
edition = "2018"
2018-09-15 23:28:15 -07:00
[lib]
crate-type = ["cdylib"]
[dependencies]
2019-02-12 13:19:02 -08:00
js-sys = "0.3.13"
wasm-bindgen = "0.2.36"
2018-09-15 23:28:15 -07:00
[dependencies.web-sys]
version = "0.3.4"
2018-09-15 23:28:15 -07:00
features = [
'Document',
'Element',
'HtmlCanvasElement',
'WebGlBuffer',
'WebGlRenderingContext',
'WebGlProgram',
'WebGlShader',
'Window',
]