procedural-wallpapers-rs: fix build

This commit is contained in:
Jeremy Soller 2024-10-15 12:31:12 -06:00
parent 357f48fb7a
commit 9a3cebcfde
No known key found for this signature in database
GPG Key ID: D02FD439211AF56F

View File

@ -2,4 +2,8 @@
git = "https://github.com/lukas-kirschner/procedural-wallpapers-rs.git"
[build]
template = "cargo"
template = "custom"
script = """
COOKBOOK_SOURCE="${COOKBOOK_SOURCE}"/procedural_wallpapers
cookbook_cargo
"""