summaryrefslogtreecommitdiff
path: root/game
diff options
context:
space:
mode:
Diffstat (limited to 'game')
-rw-r--r--game/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/game/Cargo.toml b/game/Cargo.toml
index af4a533..0e64d0e 100644
--- a/game/Cargo.toml
+++ b/game/Cargo.toml
@@ -22,5 +22,5 @@ sdl = ["graphics/sdl"]
static = ["graphics/static"]
# desktop dependencies
-[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
+[target.'cfg(any(target_os = "linux", target_os = "macos", target_os = "windows"))'.dependencies]
argh.workspace = true