diff options
| author | LLLL Colonq <llll@colonq> | 2024-10-14 03:17:46 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2024-10-14 03:17:46 -0400 |
| commit | 92c18ba3b9d6252094cbe04ae750713327526ec3 (patch) | |
| tree | d4fb5fca7def1ff66f6ec6a5bb0e962ba9093411 /Cargo.toml | |
| parent | 3efd3026d22c71e95a853985f3f50f52147d287e (diff) | |
Add nonsense to poll an async HTTP request in the game loop
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 = "*" |
