redox/recipes/wip/demos/blue-engine/recipe.toml
2026-02-13 19:57:07 -03:00

11 lines
238 B
TOML

#TODO compiled but not tested
[source]
git = "https://github.com/AryanpurTech/BlueEngine"
shallow_clone = true
[build]
template = "custom"
script = """
DYNAMIC_INIT
cookbook_cargo_examples triangle square cube rotate_around wireframe
"""