Add recipes

This commit is contained in:
Ribbon 2026-03-14 19:33:23 -03:00
parent 5fdaba25a1
commit 1f8aabad76
4 changed files with 62 additions and 0 deletions

View File

@ -0,0 +1,11 @@
#TODO not compiled or tested
[source]
git = "https://github.com/ishrut/raclettui"
shallow_clone = true
[build]
template = "cargo"
cargoexamples = [
"cpu_ratatui",
"test",
"wgpu_ratatui",
]

View File

@ -0,0 +1,7 @@
#TODO not compiled or tested
[source]
git = "https://github.com/nikolic-milos/ratatui-hypertile"
shallow_clone = true
[build]
template = "cargo"
cargoexamples = ["core_only"]

View File

@ -0,0 +1,38 @@
#TODO not compiled or tested
[source]
git = "https://github.com/ratatui/ratatui"
branch = "latest"
shallow_clone = true
[build]
template = "cargo"
cargopackages = [
"async-github",
"calendar-explorer",
"canvas",
"chart",
"color-explorer",
"colors-rgb",
"hyperlink",
"hello-world",
"inline",
"modifiers",
"mouse-drawing",
"simple",
"panic",
"popup",
"scrollbar",
"table",
"todo-list",
"tracing",
"user-input",
]
cargoexamples = [
"block",
"calendar",
"canvas",
"chart",
"logo",
"scrollbar",
"sparkline",
"tabs",
]

View File

@ -0,0 +1,6 @@
#TODO not compiled or tested
[source]
git = "https://codeberg.org/Rynux/exi"
shallow_clone = true
[build]
template = "cargo"