mirror of
https://github.com/yewstack/yew.git
synced 2026-01-18 16:16:48 +00:00
* remove yew-dsl * remove yew-components * remove yew-services * remove yew::format * fix CI * move yew::agent to yew-agent crate * move yew-functional to yew plus a couple of misc fixes * move futures and neqassign out of yewtil * move yewtil::store to yew_agent, remove yewtil * formatting * fix tests * update docs * use `rustwasm` gloo repo instead of mine * add docs * use rustwasm/gloo repo * remove unused file * fix Makefile.toml * Fix issues after rebase * Apply suggestions from code review (part 1) Co-authored-by: mc1098 <m.cripps1@uni.brighton.ac.uk> * Apply suggestions from code review (part 2) * move `#[function_component(_)]` tests missed those before * Apply suggestions from code review Co-authored-by: mc1098 <m.cripps1@uni.brighton.ac.uk> Co-authored-by: mc1098 <m.cripps1@uni.brighton.ac.uk>
11 lines
289 B
TOML
11 lines
289 B
TOML
[package]
|
|
name = "node_refs"
|
|
version = "0.1.0"
|
|
authors = ["Justin Starry <justin.starry@icloud.com>"]
|
|
edition = "2018"
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
[dependencies]
|
|
yew = { path = "../../packages/yew" }
|
|
web-sys = { version = "0.3", features = ["HtmlElement", "HtmlInputElement", "Node"] }
|