[package]
name = "flatland-client-ui"
description = "Engine-agnostic play client UI state (world grid, input, presentation)"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
authors.workspace = true
readme = "README.md"
keywords = ["game", "client", "ui"]
categories = ["game-development"]
[dependencies]
flatland-client-lib.workspace = true
flatland-protocol.workspace = true
serde.workspace = true
serde_yaml.workspace = true