redox/recipes/wip/dev/other/eww/recipe.toml
2026-03-13 15:24:15 -03:00

15 lines
228 B
TOML

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