redox/recipes/wip/games/strategy/chess-engine/recipe.toml
2024-07-12 16:08:50 +00:00

10 lines
200 B
TOML

#TODO maybe wrong script
[source]
git = "https://github.com/adam-mcdaniel/chess-engine"
[build]
template = "custom"
script = """
cookbook_cargo_packages chess-gui
cookbook_cargo_examples terminal
"""