1
0
mirror of https://github.com/fluencelabs/wasm-bindgen synced 2025-03-31 09:21:05 +00:00
2019-06-19 11:14:37 -07:00

28 lines
438 B
TOML

[package]
name = "wasm-bindgen-paint"
version = "0.1.0"
authors = ["The wasm-bindgen Developers"]
edition = "2018"
[lib]
crate-type = ["cdylib"]
[dependencies]
js-sys = "0.3.24"
wasm-bindgen = "0.2.47"
[dependencies.web-sys]
version = "0.3.4"
features = [
'CanvasRenderingContext2d',
'CssStyleDeclaration',
'Document',
'Element',
'EventTarget',
'HtmlCanvasElement',
'HtmlElement',
'MouseEvent',
'Node',
'Window',
]