starlib 1.0.2

A 2D grid-based TUI game engine
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 = "starlib"
version = "1.0.2"
authors = ["Sergio González"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A 2D grid-based TUI game engine"
readme = "README.md"
keywords = [
    "gamedev",
    "TUI",
    "terminal",
]
categories = [
    "game-development",
    "game-engines",
    "command-line-interface",
]
license = "GPL-2.0-or-later"
repository = "https://github.com/sergoncano/starlib"

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

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

[dependencies.crossterm]
version = "0.29.0"

[dev-dependencies.rand]
version = "0.10.0"