mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
* remove getrandom from game_of_life I know the wasm-bindgen feature is deprecated but this is more convenient for now and all the other examples use it this way as well. We can update all of them in one go when rand 0.8 rolls around * update todomvc README * clean up yew-macro makefile See: https://github.com/yewstack/yew/pull/1541#discussion_r488747622 * Use Firebase Hosting
18 lines
228 B
Plaintext
18 lines
228 B
Plaintext
{
|
|
"projects": {
|
|
"default": "yew-rs"
|
|
},
|
|
"targets": {
|
|
"yew-rs": {
|
|
"hosting": {
|
|
"website": [
|
|
"yew-rs"
|
|
],
|
|
"examples": [
|
|
"yew-rs-examples"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|