mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
* Use cheap-to-clone types more * Use IArray in NodeSeq & add IntoPropValue for &AttrValue * Add function get_mut() on VChild to make things easier * Use AttrValue in timer_functional example * fix VList PartialEq * extract implicit-clone as workspace dep and bump to 0.5.1 * docs: advocate using IArray and IMap instead of Vec and HashMap * docs: AI translation for lifecycles.mdx in Japanese and simplified Chinese --------- Co-authored-by: Mattuwu <syan4@ualberta.ca>
13 lines
331 B
TOML
13 lines
331 B
TOML
[package]
|
|
name = "immutable"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
implicit-clone = { workspace = true, features = ["map"] }
|
|
wasm-bindgen = "0.2"
|
|
web-sys = "0.3"
|
|
yew = { path = "../../packages/yew", features = ["csr"] }
|