Add recipes

This commit is contained in:
Ribbon 2024-07-12 16:29:51 +00:00
parent f708f56a2a
commit 7a5d846f05
5 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,5 @@
#TODO not compiled or tested
[source]
git = "https://github.com/gliderkite/formicarium"
[build]
template = "cargo"

View File

@ -0,0 +1,5 @@
#TODO not compiled or tested
[source]
git = "https://github.com/Arcterus/game-of-life"
[build]
template = "cargo"

View File

@ -0,0 +1,5 @@
#TODO not compiled or tested
[source]
git = "https://github.com/PSteinhaus/Cell-Graph-Risk"
[build]
template = "cargo"

View File

@ -0,0 +1,5 @@
#TODO not compiled or tested
[source]
git = "https://github.com/xairy/rust-sudoku"
[build]
template = "cargo"

View File

@ -0,0 +1,5 @@
#TODO not compiled or tested
[source]
git = "https://github.com/da-x/tetris-demo"
[build]
template = "cargo"