redox/recipes/wip/dev/cargo-tools/cargo-ui/recipe.toml
2024-06-25 21:23:33 +00:00

13 lines
243 B
TOML

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