28 lines
438 B
TOML
Raw Normal View History

2018-09-13 02:10:23 +03:00
[package]
name = "wasm-bindgen-paint"
version = "0.1.0"
authors = ["The wasm-bindgen Developers"]
2018-12-12 08:12:51 +01:00
edition = "2018"
2018-09-13 02:10:23 +03:00
[lib]
crate-type = ["cdylib"]
[dependencies]
2019-06-19 11:11:44 -07:00
js-sys = "0.3.24"
wasm-bindgen = "0.2.47"
2018-09-13 02:10:23 +03:00
[dependencies.web-sys]
version = "0.3.4"
2018-09-13 02:10:23 +03:00
features = [
'CanvasRenderingContext2d',
'CssStyleDeclaration',
'Document',
'Element',
'EventTarget',
'HtmlCanvasElement',
'HtmlElement',
'MouseEvent',
'Node',
'Window',
]