mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-11-30 22:25:35 +03:00
22 lines
314 B
TOML
22 lines
314 B
TOML
[package]
|
|
name = "closures"
|
|
version = "0.1.0"
|
|
authors = ["The wasm-bindgen Developers"]
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
wasm-bindgen = "0.2.28"
|
|
js-sys = "0.3.5"
|
|
|
|
[dependencies.web-sys]
|
|
version = "0.3.4"
|
|
features = [
|
|
'CssStyleDeclaration',
|
|
'Document',
|
|
'Element',
|
|
'HtmlElement',
|
|
'Window',
|
|
]
|