redox/recipes/wip/gui/eww/recipe.toml
2024-02-17 00:39:27 +00:00

16 lines
237 B
TOML

#TODO Not compiled or tested
[source]
git = "https://github.com/elkowar/eww"
[build]
template = "custom"
dependencies = [
"gtk3",
"pango",
"cairo",
"gdk-pixbuf",
"glib",
]
script = """
cookbook_cargo_packages eww
"""