wasm-bindgen/examples/request-animation-frame/Cargo.toml

22 lines
314 B
TOML
Raw Normal View History

[package]
name = "request-animation-frame"
version = "0.1.0"
authors = ["The wasm-bindgen Developers"]
edition = "2018"
[lib]
crate-type = ["cdylib"]
[dependencies]
2019-02-12 22:36:19 +03:00
wasm-bindgen = "0.2.35"
[dependencies.web-sys]
version = "0.3.4"
features = [
'Document',
'Element',
'HtmlElement',
'Node',
'Window',
]