feat: -i interactive ratatui TUI for redbear-info and redbear-netctl
- redbear-info: -i launches ratatui dashboard (System/Hardware/Network/Integrations/Health tabs) - redbear-netctl: -i wires existing netctl-console ratatui TUI - Same -i switch convention as cub - Feature-gated behind 'tui' feature for both apps
This commit is contained in:
@@ -9,5 +9,11 @@ path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
redox-driver-sys = { path = "../../../../recipes/drivers/redox-driver-sys/source" }
|
||||
ratatui = { version = "0.30", default-features = false, features = ["termion"], optional = true }
|
||||
termion = { version = "4", optional = true }
|
||||
serde_json = "1"
|
||||
toml = "0.8"
|
||||
|
||||
[features]
|
||||
default = []
|
||||
tui = ["ratatui", "termion"]
|
||||
|
||||
Reference in New Issue
Block a user