redox/recipes/wip/dev/cargo-ui/recipe.toml
2024-02-10 11:04:05 +00:00

14 lines
292 B
TOML

#TODO Not compiled or tested
[source]
git = "https://github.com/slint-ui/cargo-ui"
rev = "230652da8e9d91f109d5e4be3a5831452243ebc0"
[build]
template = "custom"
dependencies = [
"fontconfig",
"libxkbcommon",
]
script = """
cookbook_cargo --no-default-features slint-backend-gl-all
"""