redox/recipes/wip/tools/process-viewer/recipe.toml
2024-02-11 14:08:48 +00:00

9 lines
145 B
TOML

#TODO make GTK4 work
[source]
git = "https://github.com/GuillaumeGomez/process-viewer"
[build]
template = "cargo"
dependencies = [
"gtk4",
]