diff options
Diffstat (limited to 'game/Cargo.toml')
| -rw-r--r-- | game/Cargo.toml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/game/Cargo.toml b/game/Cargo.toml index 5cdf4af..af4a533 100644 --- a/game/Cargo.toml +++ b/game/Cargo.toml @@ -8,7 +8,6 @@ publish.workspace = true rust-version.workspace = true [dependencies] -argh.workspace = true dungeon.workspace = true graphics.workspace = true @@ -21,3 +20,7 @@ x11 = ["graphics/x11"] wayland = ["graphics/wayland"] sdl = ["graphics/sdl"] static = ["graphics/static"] + +# desktop dependencies +[target.'cfg(not(target_arch = "wasm32"))'.dependencies] +argh.workspace = true |