[package]
edition = "2021"
name = "flatland-play-loop"
version = "0.2.4"
authors = ["Barry Velasquez"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Engine-agnostic Flatland3 play session frame logic (gfx client)"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/bvelasquez/flatland3"
[lib]
name = "flatland_play_loop"
path = "src/lib.rs"
[dependencies.flatland-client-lib]
version = "0.2.4"
[dependencies.flatland-client-ui]
version = "0.2.4"
[dependencies.flatland-protocol]
version = "0.2.4"
[dev-dependencies]