mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-26 23:04:19 +08:00
Add recipes
This commit is contained in:
parent
23f9dda6bf
commit
4f23474a80
8
recipes/wip/demos/blockish/recipe.toml
Normal file
8
recipes/wip/demos/blockish/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/yazgoo/blockish"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_examples euc gif tiny-skia
|
||||
"""
|
||||
5
recipes/wip/demos/blockishfire/recipe.toml
Normal file
5
recipes/wip/demos/blockishfire/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/yazgoo/blockishfire"
|
||||
[build]
|
||||
template = "cargo"
|
||||
8
recipes/wip/demos/doomfire/recipe.toml
Normal file
8
recipes/wip/demos/doomfire/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/r-marques/doomfire"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages doomfire-minifb
|
||||
"""
|
||||
8
recipes/wip/demos/pixels/recipe.toml
Normal file
8
recipes/wip/demos/pixels/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/parasyte/pixels"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_examples conway invaders minimal-egui minimal-winit tiny-skia-winit
|
||||
"""
|
||||
8
recipes/wip/demos/rustubble/recipe.toml
Normal file
8
recipes/wip/demos/rustubble/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/warpy-ai/rustubble"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_examples list_example menu_list_example poem progress_bar_example spinner_example stopwatch_example table_example text_area_example text_input_example timer_example viewport_example
|
||||
"""
|
||||
5
recipes/wip/games/other/terdle/recipe.toml
Normal file
5
recipes/wip/games/other/terdle/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/neelkarma/terdle"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/games/strategy/mazter/recipe.toml
Normal file
5
recipes/wip/games/strategy/mazter/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/Canop/mazter"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/net/lan/ztui/recipe.toml
Normal file
5
recipes/wip/net/lan/ztui/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/erikh/ztui"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/players/spoify/recipe.toml
Normal file
5
recipes/wip/players/spoify/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/slyeet03/spoify"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/players/tap/recipe.toml
Normal file
5
recipes/wip/players/tap/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/timdubbins/tap"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/security/otti/recipe.toml
Normal file
5
recipes/wip/security/otti/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/dnaka91/otti"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/terminal/ghostie/recipe.toml
Normal file
5
recipes/wip/terminal/ghostie/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/attriaayush/ghostie"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/terminal/terminal-yt/recipe.toml
Normal file
5
recipes/wip/terminal/terminal-yt/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/jooooscha/terminal-yt"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/text/revi/recipe.toml
Normal file
5
recipes/wip/text/revi/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/revi-editor/revi"
|
||||
[build]
|
||||
template = "cargo"
|
||||
8
recipes/wip/text/svgbob/recipe.toml
Normal file
8
recipes/wip/text/svgbob/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/ivanceras/svgbob"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages svgbob_cli
|
||||
"""
|
||||
5
recipes/wip/time/litime/recipe.toml
Normal file
5
recipes/wip/time/litime/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/ikornaselur/litime"
|
||||
[build]
|
||||
template = "cargo"
|
||||
8
recipes/wip/time/timer-rs/recipe.toml
Normal file
8
recipes/wip/time/timer-rs/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/pando85/timer"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages timer_core
|
||||
"""
|
||||
Loading…
Reference in New Issue
Block a user