From 0895f6ca2ab3fdda791cb0c14cb52e0d6401cd8a Mon Sep 17 00:00:00 2001 From: MayaTheShy Date: Sat, 8 Nov 2025 23:29:31 -0500 Subject: [PATCH] fix: add blocking feature to reqwest dependency in Cargo.toml --- bridge/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/bridge/Cargo.toml b/bridge/Cargo.toml index d191d79..ffc7e34 100644 --- a/bridge/Cargo.toml +++ b/bridge/Cargo.toml @@ -15,6 +15,7 @@ zbus = { version = "5.5.0", features = ["tokio"] } serde = { version = "1.0", features = ["derive"] } tracing-subscriber = { version = "0.3", features = ["env-filter"] } dirs = "5.0" +reqwest = { version = "0.12", features = ["blocking"] } [dependencies.stardust-xr-asteroids] git = "https://github.com/StardustXR/asteroids.git"