move recipes

This commit is contained in:
Ribbon 2024-02-17 00:39:27 +00:00
parent 40986bf851
commit 931e3caa06
18 changed files with 7 additions and 3 deletions

View File

@ -1,11 +1,15 @@
#TODO Make GTK3 work
#TODO Not compiled or tested
[source]
git = "https://github.com/elkowar/eww"
[build]
template = "cargo"
template = "custom"
dependencies = [
"gtk3",
"pango",
"cairo",
"gdk-pixbuf",
"glib",
"cairo",
]
script = """
cookbook_cargo_packages eww
"""