mirror of
https://github.com/ratatui/ratatui.git
synced 2025-12-29 21:01:16 +00:00
Related to #1512 As discussed, this moves the calendar example from ratatui to app examples as an "explorer" example. It also adds interactivity where you can press s to toggle between different styles of calendars. --------- Co-authored-by: Josh McKinney <joshka@users.noreply.github.com>
16 lines
323 B
TOML
16 lines
323 B
TOML
[package]
|
|
name = "calendar-explorer"
|
|
publish = false
|
|
license.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
|
|
[dependencies]
|
|
color-eyre.workspace = true
|
|
crossterm.workspace = true
|
|
ratatui.workspace = true
|
|
time = { version = "0.3.37", features = ["formatting", "parsing"] }
|
|
|
|
[lints]
|
|
workspace = true
|