Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
melody-rs authored Oct 19, 2024
1 parent 46f2506 commit 3ea7bd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/launcher/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 3ea7bd8

Please sign in to comment.