redox/recipes/wip/monitors/resources/recipe.toml
2025-11-30 09:49:34 -03:00

14 lines
212 B
TOML

#TODO not compiled or tested
[source]
git = "https://github.com/nokyan/resources"
[build]
template = "meson"
mesonflags = [
"-Dprofile=default",
]
dependencies = [
"glib",
"gtk4",
"libadwaita",
]