From 92c18ba3b9d6252094cbe04ae750713327526ec3 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Mon, 14 Oct 2024 03:17:46 -0400 Subject: Add nonsense to poll an async HTTP request in the game loop --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index bf087ff..804b553 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,6 +33,7 @@ wasm-bindgen-futures = "*" # interface with async javascript js-sys = "*" # browser APIs to interact with JS runtime (e.g. run WASM) enum-map = "*" # fast maps with enums as keys bimap = "*" # bijective maps +reqwest = "*" # http requests [dependencies.web-sys] # common browser APIs version = "*" -- cgit v1.2.3