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

related #1512 This moves the canvas example to the apps and adds some interactivity via changing the marker by pressing enter.
16 lines
271 B
TOML
16 lines
271 B
TOML
[package]
|
|
name = "canvas"
|
|
publish = false
|
|
license.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
|
|
[dependencies]
|
|
color-eyre.workspace = true
|
|
crossterm.workspace = true
|
|
itertools.workspace = true
|
|
ratatui.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|