redox/recipes/gui/orbutils-background/recipe.toml
2026-01-25 19:40:24 +01:00

13 lines
163 B
TOML

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