mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 14:24:18 +08:00
Add recipes
This commit is contained in:
parent
5fdaba25a1
commit
1f8aabad76
11
recipes/wip/demos/raclettui/recipe.toml
Normal file
11
recipes/wip/demos/raclettui/recipe.toml
Normal 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",
|
||||
]
|
||||
7
recipes/wip/demos/ratatui-hypertile/recipe.toml
Normal file
7
recipes/wip/demos/ratatui-hypertile/recipe.toml
Normal 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"]
|
||||
38
recipes/wip/demos/ratatui/recipe.toml
Normal file
38
recipes/wip/demos/ratatui/recipe.toml
Normal 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",
|
||||
]
|
||||
6
recipes/wip/files/exi/recipe.toml
Normal file
6
recipes/wip/files/exi/recipe.toml
Normal file
@ -0,0 +1,6 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://codeberg.org/Rynux/exi"
|
||||
shallow_clone = true
|
||||
[build]
|
||||
template = "cargo"
|
||||
Loading…
Reference in New Issue
Block a user