[package]
edition = "2021"
name = "rio-grid"
version = "0.5.26"
authors = ["Raphael Amorim <rapha850@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Translates terminal Square cells into CellBg / CellText instances for the grid GPU renderer, decoupled from any frontend via the GridPalette trait"
readme = "README.md"
keywords = [
"graphics",
"terminal",
"application",
]
license = "MIT"
repository = "https://github.com/raphamorim/rio"
[lib]
name = "rio_grid"
path = "src/lib.rs"
[dependencies.rapidhash]
version = "4.4.1"
default-features = false
[dependencies.rio-backend]
version = "0.5.26"
[dependencies.rustc-hash]
version = "2.1.3"
[dependencies.smallvec]
version = "1.15.2"
default-features = false