mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-27 23:34:19 +08:00
16 lines
229 B
TOML
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
|
|
"""
|