Uninitialized canvas display
This commit is contained in:
@@ -10,7 +10,15 @@ crate-type = ["cdylib"]
|
||||
|
||||
[dependencies]
|
||||
vcore = { path = "../vcore" }
|
||||
vgfx = { path = "../vgfx" }
|
||||
vasm_core = { path = "../vasm_core" }
|
||||
wasm-bindgen = "0.2"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde-wasm-bindgen = "0.4"
|
||||
|
||||
[dependencies.web-sys]
|
||||
version = "0.3.4"
|
||||
features = [
|
||||
'CanvasRenderingContext2d',
|
||||
'ImageData',
|
||||
]
|
||||
Reference in New Issue
Block a user