summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2024-10-14 03:17:46 -0400
committerLLLL Colonq <llll@colonq>2024-10-14 03:17:46 -0400
commit92c18ba3b9d6252094cbe04ae750713327526ec3 (patch)
treed4fb5fca7def1ff66f6ec6a5bb0e962ba9093411 /Cargo.toml
parent3efd3026d22c71e95a853985f3f50f52147d287e (diff)
Add nonsense to poll an async HTTP request in the game loop
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
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 = "*"