[dependencies.bitflags]
version = "2.8.0"
[dependencies.ratatui]
version = "0.29.0"
[dependencies.unicode-width]
version = "0.2.0"
[lib]
name = "tui_gradient_block"
path = "src/lib.rs"
[package]
authors = ["F-77777"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "an extension to ratatui's block widget with support for border gradients and a lot of different things that the ordinary block doesn't have, allowing for very visually appealing tuis."
edition = "2024"
license = "MIT"
name = "tui-gradient-block"
readme = false
version = "0.1.0"