redox/recipes/wip/eww/recipe.toml
2023-12-17 16:23:10 +00:00

12 lines
170 B
TOML

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