redox/recipes/wip/dev/cargo-tools/cargo-ui/recipe.toml
2026-03-12 14:45:13 -03:00

14 lines
265 B
TOML

#TODO make libxkbcommon work
[source]
git = "https://github.com/slint-ui/cargo-ui"
shallow_clone = true
[build]
template = "cargo"
cargoflags = [
"--no-default-features --features slint-backend-gl-all"
]
dependencies = [
"fontconfig",
"libxkbcommon",
]