File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
- name = " js-framework-benchmark-yew"
3
- version = " 1.0.0"
4
2
authors = [
" Isamu Mogi <[email protected] >" ]
5
3
edition = " 2018"
4
+ name = " js-framework-benchmark-yew"
5
+ version = " 1.0.0"
6
6
7
7
[lib ]
8
8
crate-type = [" cdylib" ]
9
9
10
10
[dependencies ]
11
- rand = { version = " 0.7.3" , features = [" wasm-bindgen" , " small_rng" ] }
11
+ rand = {version = " 0.7.3" , features = [" wasm-bindgen" , " small_rng" ]}
12
12
wasm-bindgen = " 0.2.62"
13
13
14
14
# UPDATE TO USE YOUR BRANCH
15
- yew = { git = " https://github.com/yewstack /yew" , branch = " master " }
15
+ yew = {git = " https://github.com/bakape /yew " , branch = " feature/opt-keyed-diff " }
16
16
# UPDATE TO USE YOUR BRANCH
17
17
18
18
[profile .release ]
19
- lto = true
20
19
codegen-units = 1
20
+ lto = true
21
21
panic = " abort"
22
22
23
23
[package .metadata .wasm-pack .profile .release ]
You can’t perform that action at this time.
0 commit comments