Add recipes

This commit is contained in:
Ribbon 2024-07-13 12:57:55 +00:00
parent 715ccde872
commit 422b62c4a9
7 changed files with 53 additions and 0 deletions

View File

@ -0,0 +1,8 @@
#TODO not compiled or tested
[source]
git = "https://github.com/kvark/blade"
[build]
template = "custom"
script = """
cookbook_cargo_examples bunnymark particle ray-query scene
"""

View File

@ -0,0 +1,8 @@
#TODO not compiled or tested
[source]
git = "https://github.com/AryanpurTech/BlueEngine"
[build]
template = "custom"
script = """
cookbook_cargo_examples triangle square cube rotate_around wireframe
"""

View File

@ -0,0 +1,8 @@
#TODO not compiled or tested
[source]
git = "https://github.com/zesterer/euc"
[build]
template = "custom"
script = """
cookbook_cargo_examples spinning_cube teapot texture_mapping triangle wireframes
"""

View File

@ -0,0 +1,8 @@
#TODO not compiled or tested
[source]
git = "https://github.com/ekzhang/rpt"
[build]
template = "custom"
script = """
cookbook_cargo_examples basic cylinder fractal_spheres fractal_teapots glass marbles metal rustacean sphere spheres teapot
"""

View File

@ -0,0 +1,8 @@
#TODO not compiled or tested
[source]
git = "https://github.com/QuantumBadger/Speedy2D"
[build]
template = "custom"
script = """
cookbook_cargo_examples animation hello_world moving_text
"""

View File

@ -0,0 +1,8 @@
#TODO not compiled or tested
[source]
git = "https://github.com/linebender/xilem"
[build]
template = "custom"
script = """
cookbook_cargo_examples components
"""

View File

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