wasm-bindgen/examples/webaudio/Cargo.toml
2020-11-30 12:36:07 -06:00

24 lines
362 B
TOML

[package]
name = "webaudio"
version = "0.1.0"
authors = ["The wasm-bindgen Developers"]
edition = "2018"
[lib]
crate-type = ["cdylib"]
[dependencies]
wasm-bindgen = "0.2.69"
[dependencies.web-sys]
version = "0.3.4"
features = [
'AudioContext',
'AudioDestinationNode',
'AudioNode',
'AudioParam',
'GainNode',
'OscillatorNode',
'OscillatorType',
]