nop
This commit is contained in:
@@ -13,17 +13,15 @@ crate-type = ["cdylib"]
|
||||
[dependencies]
|
||||
wasm-bindgen = "0.2"
|
||||
js-sys = "0.3"
|
||||
yew = { git = "https://github.com/yewstack/yew/", features = ["csr"] }
|
||||
|
||||
[dependencies.web-sys]
|
||||
version = "0.3"
|
||||
features = [
|
||||
'Document',
|
||||
'Window',
|
||||
'HtmlCanvasElement',
|
||||
'WebGlRenderingContext',
|
||||
'WebGl2RenderingContext',
|
||||
'WebGlProgram',
|
||||
'WebGlShader',
|
||||
'WebGlBuffer',
|
||||
'WebGlUniformLocation'
|
||||
'WebGlProgram',
|
||||
'WebGlRenderingContext',
|
||||
'WebGlShader',
|
||||
'WebGlUniformLocation',
|
||||
]
|
||||
|
Reference in New Issue
Block a user