redox/recipes/wip/dev/other/eww/recipe.toml
2024-06-30 05:17:51 +00:00

16 lines
229 B
TOML

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