# file: crates/apps/game-reflex-poc-desktop/Cargo.toml # version: 2 [package] name = "game-reflex-poc-desktop" version.workspace = true edition.workspace = true license.workspace = true [dependencies] engine-v1-sdl = { path = "../../engines/engine-v1-sdl" } game-logging-lib = { path = "../../common/game-logging-lib" } game-reflex-poc = { path = "../../games/game-reflex-poc" } tracing.workspace = true [lints.rust] missing_docs = "warn" unsafe_code = "forbid"