mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2025-01-07 13:43:03 +03:00
4f18e21659
Part of #443
11 lines
219 B
TOML
11 lines
219 B
TOML
[package]
|
|
name = "webaudio"
|
|
version = "0.1.0"
|
|
authors = ["Andrew Chin <achin@eminence32.net>"]
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
wasm-bindgen = { path = "../.." }
|
|
web-sys = { path = "../../crates/web-sys" } |