mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-11-28 14:27:36 +03:00
a98b5ea2a0
Should help enable a slew of new bindings as well.
26 lines
666 B
TOML
26 lines
666 B
TOML
[package]
|
|
name = "web-sys"
|
|
version = "0.1.0"
|
|
authors = ["The wasm-bindgen Developers"]
|
|
readme = "./README.md"
|
|
|
|
[lib]
|
|
doctest = false
|
|
test = false
|
|
|
|
[build-dependencies]
|
|
env_logger = "0.5.10"
|
|
failure = "0.1.2"
|
|
wasm-bindgen-webidl = { path = "../webidl", version = "=0.2.15" }
|
|
sourcefile = "0.1"
|
|
|
|
[dependencies]
|
|
wasm-bindgen = { path = "../..", version = "0.2.15" }
|
|
js-sys = { path = '../js-sys', version = '0.2.0' }
|
|
|
|
[target.'cfg(target_arch = "wasm32")'.dev-dependencies]
|
|
futures = "0.1"
|
|
js-sys = { path = '../js-sys', version = '0.2.0' }
|
|
wasm-bindgen-test = { path = '../test', version = '0.2.15' }
|
|
wasm-bindgen-futures = { path = '../futures', version = '0.2.15' }
|