diff options
Diffstat (limited to 'game/Cargo.toml')
| -rw-r--r-- | game/Cargo.toml | 5 |
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 |