[package] name = "game" version.workspace = true authors.workspace = true license.workspace = true edition.workspace = true publish.workspace = true rust-version.workspace = true [dependencies] dungeon.workspace = true graphics.workspace = true [lints] workspace = true [features] default = ["x11"] 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