Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions frameworks/keyed/yew/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
[package]
name = "js-framework-benchmark-yew"
version = "1.0.0"
authors = ["Isamu Mogi <[email protected]>"]
edition = "2018"
name = "js-framework-benchmark-yew"
version = "1.0.0"

[lib]
crate-type = ["cdylib"]

[dependencies]
rand = { version = "0.7.3", features = ["wasm-bindgen", "small_rng"] }
rand = {version = "0.7.3", features = ["wasm-bindgen", "small_rng"]}
wasm-bindgen = "0.2.62"

# UPDATE TO USE YOUR BRANCH
yew = { git = "https://github.com/yewstack/yew", branch = "master" }
yew = {git = "https://github.com/bakape/yew ", branch = "feature/opt-keyed-diff"}
# UPDATE TO USE YOUR BRANCH

[profile.release]
lto = true
codegen-units = 1
lto = true
panic = "abort"

[package.metadata.wasm-pack.profile.release]
Expand Down