summaryrefslogtreecommitdiff
path: root/game/Cargo.toml
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-11-17 15:08:59 -0500
committerFreya Murphy <freya@freyacat.org>2025-11-17 15:08:59 -0500
commitd2521fcb32972e98170bc703984fc5a91f14ccb2 (patch)
tree45fd561e3c558246b9dfcdf1bd56e1e7fd64dd44 /game/Cargo.toml
parentwasm: add a default emsdk sysroot for non nixos users (diff)
downloadDungeonCrawl-d2521fcb32972e98170bc703984fc5a91f14ccb2.tar.gz
DungeonCrawl-d2521fcb32972e98170bc703984fc5a91f14ccb2.tar.bz2
DungeonCrawl-d2521fcb32972e98170bc703984fc5a91f14ccb2.zip
wasm: add options for logs, debug, and seed
Diffstat (limited to 'game/Cargo.toml')
-rw-r--r--game/Cargo.toml5
1 files changed, 1 insertions, 4 deletions
diff --git a/game/Cargo.toml b/game/Cargo.toml
index 0e64d0e..5cdf4af 100644
--- a/game/Cargo.toml
+++ b/game/Cargo.toml
@@ -8,6 +8,7 @@ publish.workspace = true
rust-version.workspace = true
[dependencies]
+argh.workspace = true
dungeon.workspace = true
graphics.workspace = true
@@ -20,7 +21,3 @@ x11 = ["graphics/x11"]
wayland = ["graphics/wayland"]
sdl = ["graphics/sdl"]
static = ["graphics/static"]
-
-# desktop dependencies
-[target.'cfg(any(target_os = "linux", target_os = "macos", target_os = "windows"))'.dependencies]
-argh.workspace = true