mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 21:34:18 +08:00
Add recipes
This commit is contained in:
parent
715ccde872
commit
422b62c4a9
8
recipes/wip/demos/blade/recipe.toml
Normal file
8
recipes/wip/demos/blade/recipe.toml
Normal 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
|
||||
"""
|
||||
8
recipes/wip/demos/blue-engine/recipe.toml
Normal file
8
recipes/wip/demos/blue-engine/recipe.toml
Normal 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
|
||||
"""
|
||||
8
recipes/wip/demos/euc/recipe.toml
Normal file
8
recipes/wip/demos/euc/recipe.toml
Normal 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
|
||||
"""
|
||||
8
recipes/wip/demos/rpt/recipe.toml
Normal file
8
recipes/wip/demos/rpt/recipe.toml
Normal 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
|
||||
"""
|
||||
8
recipes/wip/demos/speedy2d/recipe.toml
Normal file
8
recipes/wip/demos/speedy2d/recipe.toml
Normal 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
|
||||
"""
|
||||
8
recipes/wip/demos/xilem/recipe.toml
Normal file
8
recipes/wip/demos/xilem/recipe.toml
Normal 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
|
||||
"""
|
||||
5
recipes/wip/graphics/terminal/sloth/recipe.toml
Normal file
5
recipes/wip/graphics/terminal/sloth/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/ecumene/rust-sloth"
|
||||
[build]
|
||||
template = "cargo"
|
||||
Loading…
Reference in New Issue
Block a user