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"]