✨ somewhat fixed shader loading
This commit is contained in:
@@ -9,9 +9,11 @@ publish = false
|
||||
|
||||
[dependencies]
|
||||
js-sys = "0.3"
|
||||
yew = { git = "https://github.com/yewstack/yew.git", rev = "550b2cc", features = ["csr"] }
|
||||
wasm-bindgen = { version = "0.2" }
|
||||
# yew = { git = "https://github.com/yewstack/yew.git", rev = "550b2cc", features = ["csr"] }
|
||||
yew = { version = "0.21", features = ["csr"] }
|
||||
|
||||
log = { version = "0.4" }
|
||||
wasm-logger = { version = "0.2" }
|
||||
|
||||
[dependencies.web-sys]
|
||||
version = "0.3"
|
||||
@@ -20,6 +22,7 @@ features = [
|
||||
'WebGlBuffer',
|
||||
'WebGlProgram',
|
||||
'WebGlRenderingContext',
|
||||
'WebGl2RenderingContext',
|
||||
'WebGlShader',
|
||||
'WebGlUniformLocation',
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user