Skip to content
Snippets Groups Projects
Commit 47155802 authored by Ribbon's avatar Ribbon :speech_balloon:
Browse files

Add recipes

parent 7a5d846f
No related branches found
No related tags found
No related merge requests found
#TODO not compiled or tested
[source]
git = "https://github.com/Achiefs/fim"
[build]
template = "cargo"
#TODO not compiled or tested
[source]
git = "https://github.com/fishfolk/bones"
[build]
template = "custom"
script = """
cookbook_cargo_packages demo_hello_world
"""
#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
"""
#TODO not compiled or tested
[source]
git = "https://github.com/BVE-Reborn/rend3"
[build]
template = "custom"
script = """
cookbook_cargo_packages rend3-examples-package
"""
#TODO not compiled or tested
[source]
git = "https://github.com/flukejones/room4doom"
[build]
template = "custom"
dependencies = [
"sdl2",
"sdl2-mixer
]
script = """
cookbook_cargo_packages room4doom
"""
#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"
"""
#TODO not compiled or tested
[source]
git = "https://github.com/Uriopass/Egregoria"
[build]
template = "custom"
script = """
cookbook_cargo_packages native_app
"""
#TODO not compiled or tested
[source]
git = "https://github.com/JMS55/sandbox"
[build]
template = "cargo"
#TODO not compiled or tested
[source]
git = "https://github.com/tversteeg/castle-game"
[build]
template = "cargo"
#TODO not compiled or tested
[source]
git = "https://github.com/aheart/hearth"
[build]
template = "cargo"
#TODO not compiled or tested
[source]
git = "https://github.com/hacknus/serial-monitor-rust"
[build]
template = "cargo"
dependencies = [
"libxkbcommon",
"openssl1",
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment