mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-27 07:14:18 +08:00
11 lines
203 B
TOML
11 lines
203 B
TOML
[source]
|
|
git = "https://gitlab.redox-os.org/redox-os/cpal.git"
|
|
branch = "redox"
|
|
upstream = "https://github.com/tomaka/cpal.git"
|
|
|
|
[build]
|
|
template = "custom"
|
|
script = """
|
|
cookbook_cargo_examples beep
|
|
"""
|