mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-26 06:44:18 +08:00
13 lines
243 B
TOML
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
|
|
"""
|