redox/recipes/gui/orbutils-background/recipe.toml

13 lines
197 B
TOML

[source]
git = "https://gitlab.redox-os.org/redox-os/orbutils.git"
[build]
template = "cargo"
package_path = "orbutils"
cargoflags = "--bin background"
[package]
dependencies = [
"orbital"
]