redox/recipes/wip/graphics/other/flowbetween/recipe.toml
2024-07-02 06:08:02 +00:00

12 lines
299 B
TOML

#TODO maybe missing dependencies, see https://github.com/Logicalshift/flowbetween/blob/master/user_interfaces/gtk_ui/Cargo.toml#L11
[source]
git = "https://github.com/Logicalshift/flowbetween"
[build]
template = "custom"
dependencies = [
"gtk3",
]
script = """
cookbook_cargo --features gtk
"""