flatland-client-ui 0.2.17

Engine-agnostic play client UI state (world grid, input, presentation)
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "flatland-client-ui"
version = "0.2.17"
authors = ["Barry Velasquez"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Engine-agnostic play client UI state (world grid, input, presentation)"
readme = "README.md"
keywords = [
    "game",
    "client",
    "ui",
]
categories = ["game-development"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/bvelasquez/flatland3"

[lib]
name = "flatland_client_ui"
path = "src/lib.rs"

[dependencies.flatland-client-lib]
version = "0.2.17"

[dependencies.flatland-protocol]
version = "0.2.17"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_yaml]
version = "0.9"