mirror of
https://github.com/yewstack/yew.git
synced 2026-01-25 16:43:15 +00:00
* Reorganize crates * Remove symlink * Check examples * Cleanup CI scripts * nits * cleanup * cargo fmt * Fix yew-stdweb * cargo clippy --all * stdweb-examples * run_emscripten_checks.sh * Fix typo * fix typo * yew-stdweb * Run tests from yew-stdweb * fix webgl script
13 lines
323 B
TOML
13 lines
323 B
TOML
[package]
|
|
name = "node_refs"
|
|
version = "0.1.0"
|
|
authors = ["Justin Starry <justin.starry@icloud.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
stdweb = "0.4.20"
|
|
yew = { path = "../..", package = "yew-stdweb" }
|
|
|
|
[target.'cfg(all(target_arch = "wasm32", not(target_os="wasi"), not(cargo_web)))'.dependencies]
|
|
wasm-bindgen = "0.2.60"
|