From 3ea7bd8cf14049b602bb653a64d3751896717991 Mon Sep 17 00:00:00 2001 From: Melody Madeline Lyons Date: Sat, 19 Oct 2024 15:02:01 -0700 Subject: [PATCH] Update Cargo.toml --- crates/launcher/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/launcher/Cargo.toml b/crates/launcher/Cargo.toml index 14a59211..7e65f496 100644 --- a/crates/launcher/Cargo.toml +++ b/crates/launcher/Cargo.toml @@ -80,7 +80,7 @@ luminol-term.workspace = true # * Misc. * # steamworks = { version = "0.10.0", optional = true } # Bindings to the Steamworks API -# Enable the spin feature on web, because we can't block the main thread (see +# Enable the spin feature on web, because we can't block the main thread (see https://github.com/zesterer/flume/issues/137) [target.'cfg(target_arch = "wasm32")'.dependencies.flume] workspace = true features = ["spin"]