flatland3-gfx 0.2.21

Flatland3 Macroquad + egui graphical play client
# 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 = "flatland3-gfx"
version = "0.2.21"
authors = ["Barry Velasquez"]
build = false
exclude = [
    "/plans",
    "/schemas",
    "/scripts",
    "/assets",
    "/data",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Flatland3 Macroquad + egui graphical play client"
readme = "README.md"
keywords = [
    "game",
    "mmorpg",
    "client",
]
categories = ["game-development"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/bvelasquez/flatland3"

[[bin]]
name = "flatland3-gfx"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.egui]
version = "0.31"

[dependencies.egui-macroquad]
version = "0.17"

[dependencies.flatland-cli]
version = "0.2.4"
package = "flatland3"

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

[dependencies.flatland-client-ui]
version = "0.2.21"

[dependencies.flatland-gfx-engine]
version = "0.2.21"

[dependencies.flatland-play-loop]
version = "0.2.21"

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

[dependencies.macroquad]
version = "0.4"

[dependencies.miniquad]
version = "0.4"

[dependencies.tokio]
version = "1"
features = [
    "full",
    "rt-multi-thread",
    "macros",
]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

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

[target.'cfg(target_os = "macos")'.dependencies.cocoa]
version = "0.26"

[target.'cfg(target_os = "macos")'.dependencies.objc]
version = "0.2"