redox/recipes/gui/orbutils-background/recipe.toml
2026-03-06 00:58:12 +07:00

15 lines
168 B
TOML

[source]
same_as = "../orbutils"
[build]
template = "cargo"
cargopath = "orbutils"
cargoflags = [
"--bin background"
]
[package]
dependencies = [
"orbital"
]