diff --git a/Cargo.lock b/Cargo.lock index deb8862..e626722 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1185,6 +1185,7 @@ version = "0.1.0" dependencies = [ "anyhow", "console_log", + "gloo-timers", "js-sys", "lan_party_core", "log", diff --git a/web/Cargo.toml b/web/Cargo.toml index 8dccf32..75182c0 100644 --- a/web/Cargo.toml +++ b/web/Cargo.toml @@ -27,6 +27,6 @@ sycamore-router = "0.8.0" reqwasm = "0.5" console_log = "0.2" log = "0.4" - +gloo-timers = "0.2" diff --git a/web/dist/index.html b/web/dist/index.html index fe8688f..2653ece 100644 --- a/web/dist/index.html +++ b/web/dist/index.html @@ -2,11 +2,11 @@ - +