* Create a minimalistic toast
* Profile editing (WIP)
This commit is contained in:
parent
327b2d0a5b
commit
1c79cc890d
25 changed files with 1133 additions and 575 deletions
|
|
@ -14,6 +14,7 @@ default = ["console_error_panic_hook"]
|
|||
common = { path = "../common" }
|
||||
|
||||
wasm-bindgen = "0.2"
|
||||
wasm-bindgen-futures = "0.4"
|
||||
web-sys = { version = "0.3", features = [
|
||||
"console",
|
||||
"Document",
|
||||
|
|
@ -24,8 +25,11 @@ web-sys = { version = "0.3", features = [
|
|||
"Location",
|
||||
"EventTarget",
|
||||
"HtmlLabelElement",
|
||||
"HtmlInputElement",
|
||||
] }
|
||||
|
||||
gloo = "0.11"
|
||||
|
||||
# The `console_error_panic_hook` crate provides better debugging of panics by
|
||||
# logging them with `console.error`. This is great for development, but requires
|
||||
# all the `std::fmt` and `std::panicking` infrastructure, so isn't great for
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue