mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-28 15:48:45 +08:00
12 lines
299 B
TOML
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
|
|
"""
|