feat: Updated the Ratatui Tree Widget to allow the tree to story any data type that implements Into<Text>, so that users can also easily fetch data from within the tree based on what's selected for non-text data types.
This commit is contained in:
+7
-7
@@ -1,12 +1,12 @@
|
||||
[package]
|
||||
name = "tui-tree-widget"
|
||||
description = "Tree Widget for ratatui"
|
||||
version = "0.23.0"
|
||||
name = "managarr-tree-widget"
|
||||
description = "Tree Widget for Managarr"
|
||||
version = "0.24.0"
|
||||
license = "MIT"
|
||||
repository = "https://github.com/EdJoPaTo/tui-rs-tree-widget"
|
||||
authors = ["EdJoPaTo <tui-tree-widget-rust-crate@edjopato.de>"]
|
||||
repository = "https://github.com/Dark-Alex-17/managarr-tree-widget"
|
||||
authors = ["EdJoPaTo <tui-tree-widget-rust-crate@edjopato.de>", "Dark-Alex-17 <alex.j.tusa@gmail.com>"]
|
||||
edition = "2021"
|
||||
keywords = ["tui", "terminal", "tree", "widget"]
|
||||
keywords = ["tui", "terminal", "tree", "widget", "managarr"]
|
||||
categories = ["command-line-interface"]
|
||||
include = ["src/**/*", "examples/**/*", "benches/**/*", "README.md"]
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
@@ -31,7 +31,7 @@ criterion = "0.5"
|
||||
ratatui = "0.29"
|
||||
|
||||
[target.'cfg(target_family = "unix")'.dev-dependencies]
|
||||
pprof = { version = "0.13", features = ["criterion", "flamegraph"] }
|
||||
pprof = { version = "0.14.0", features = ["criterion", "flamegraph"] }
|
||||
|
||||
[[bench]]
|
||||
name = "bench"
|
||||
|
||||
Reference in New Issue
Block a user