mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-03 01:58:41 +08:00
10 lines
200 B
TOML
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
|
|
"""
|