flatland-client-ui 0.2.21

Engine-agnostic play client UI state (world grid, input, presentation)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[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