mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 21:34:18 +08:00
14 lines
292 B
TOML
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
|
|
"""
|