Add recipes

This commit is contained in:
Ribbon 2024-07-12 18:15:53 +00:00
parent 7a5d846f05
commit 47155802c2
11 changed files with 82 additions and 0 deletions

View File

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

View File

@ -0,0 +1,8 @@
#TODO not compiled or tested
[source]
git = "https://github.com/fishfolk/bones"
[build]
template = "custom"
script = """
cookbook_cargo_packages demo_hello_world
"""

View File

@ -0,0 +1,8 @@
#TODO not compiled or tested
[source]
git = "https://github.com/darthdeus/comfy"
[build]
template = "custom"
script = """
cookbook_cargo_examples animated_shapes animated_sprites animated_text bloom circle colors egui fragment-shader lighting music physics shapes single_particle sprite text
"""

View File

@ -0,0 +1,8 @@
#TODO not compiled or tested
[source]
git = "https://github.com/BVE-Reborn/rend3"
[build]
template = "custom"
script = """
cookbook_cargo_packages rend3-examples-package
"""

View File

@ -0,0 +1,12 @@
#TODO not compiled or tested
[source]
git = "https://github.com/flukejones/room4doom"
[build]
template = "custom"
dependencies = [
"sdl2",
"sdl2-mixer
]
script = """
cookbook_cargo_packages room4doom
"""

View File

@ -0,0 +1,9 @@
#TODO not compiled or tested
[source]
git = "https://github.com/cristicbz/rust-doom"
[build]
template = "custom"
script = """
cookbook_cargo
mv "${COOKBOOK_STAGE}/usr/bin/rs_doom" "${COOKBOOK_STAGE}/usr/bin/doom-rs"
"""

View File

@ -0,0 +1,8 @@
#TODO not compiled or tested
[source]
git = "https://github.com/Uriopass/Egregoria"
[build]
template = "custom"
script = """
cookbook_cargo_packages native_app
"""

View File

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

View File

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

View File

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

View File

@ -0,0 +1,9 @@
#TODO not compiled or tested
[source]
git = "https://github.com/hacknus/serial-monitor-rust"
[build]
template = "cargo"
dependencies = [
"libxkbcommon",
"openssl1",
]