mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-28 15:48:45 +08:00
10 lines
201 B
TOML
10 lines
201 B
TOML
[source]
|
|
git = "https://github.com/lukas-kirschner/procedural-wallpapers-rs.git"
|
|
|
|
[build]
|
|
template = "custom"
|
|
script = """
|
|
COOKBOOK_SOURCE="${COOKBOOK_SOURCE}"/procedural_wallpapers
|
|
cookbook_cargo
|
|
"""
|