26 lines
388 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-01-16 13:11:13 -08:00
js-sys = "0.3.9"
wasm-bindgen = "0.2.32"
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',
]