mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-03 01:58:41 +08:00
14 lines
265 B
TOML
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",
|
|
]
|