decay 0.1.5

Zero-dependency TUI framework for making games
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 = "2024"
name = "decay"
version = "0.1.5"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Zero-dependency TUI framework for making games"
readme = "README.md"
keywords = [
    "ecs",
    "tui",
    "gamedev",
    "terminal",
    "framework",
]
categories = [
    "game-engines",
    "command-line-interface",
]
license = "Apache-2.0"
repository = "https://github.com/oracle58/decay"

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

[[example]]
name = "chat"
path = "examples/chat.rs"

[[example]]
name = "fancyui"
path = "examples/fancyui.rs"

[[example]]
name = "helloworld"
path = "examples/helloworld.rs"

[[example]]
name = "minimal"
path = "examples/minimal.rs"

[[example]]
name = "ui"
path = "examples/ui.rs"

[[test]]
name = "core"
path = "tests/core.rs"