mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-06 19:48:43 +08:00
15 lines
228 B
TOML
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",
|
|
]
|