mirror of
https://github.com/ratatui/ratatui.git
synced 2025-09-27 13:01:13 +00:00

Added comprehensive state management examples covering both immutable and mutable patterns and documentation to help developers choose the right approach for their applications.
12 lines
259 B
TOML
12 lines
259 B
TOML
[package]
|
|
name = "ratatui-state-examples"
|
|
publish = false
|
|
license.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
|
|
[dependencies]
|
|
color-eyre = "0.6"
|
|
crossterm = "0.29"
|
|
ratatui = { workspace = true, features = ["unstable-widget-ref"] }
|