mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
16 lines
232 B
TOML
16 lines
232 B
TOML
#TODO make libwayland work
|
|
[source]
|
|
git = "https://github.com/jackpot51/smithay"
|
|
branch = "redox"
|
|
|
|
[build]
|
|
template = "cargo"
|
|
dependencies = [
|
|
"libffi",
|
|
"libwayland",
|
|
"libxkbcommon",
|
|
]
|
|
cargopackages = [
|
|
"smallvil"
|
|
]
|