mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 13:24:17 +08:00
Add recipes
This commit is contained in:
parent
f708f56a2a
commit
7a5d846f05
5
recipes/wip/games/simulation/formicarium/recipe.toml
Normal file
5
recipes/wip/games/simulation/formicarium/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/gliderkite/formicarium"
|
||||
[build]
|
||||
template = "cargo"
|
||||
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/Arcterus/game-of-life"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/games/strategy/cell-graph-risk/recipe.toml
Normal file
5
recipes/wip/games/strategy/cell-graph-risk/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/PSteinhaus/Cell-Graph-Risk"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/games/strategy/rust-sudoku/recipe.toml
Normal file
5
recipes/wip/games/strategy/rust-sudoku/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/xairy/rust-sudoku"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/games/strategy/tetris-demo/recipe.toml
Normal file
5
recipes/wip/games/strategy/tetris-demo/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/da-x/tetris-demo"
|
||||
[build]
|
||||
template = "cargo"
|
||||
Loading…
Reference in New Issue
Block a user