Improve ratatui recipe

This commit is contained in:
Ribbon 2026-03-14 19:42:59 -03:00
parent 1f8aabad76
commit e50d2ad82e

View File

@ -5,6 +5,7 @@ branch = "latest"
shallow_clone = true
[build]
template = "cargo"
cargoflags = ["--no-default-features --features termion"]
cargopackages = [
"async-github",
"calendar-explorer",
@ -12,6 +13,8 @@ cargopackages = [
"chart",
"color-explorer",
"colors-rgb",
"demo",
"demo2",
"hyperlink",
"hello-world",
"inline",