mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 04:14:17 +08:00
9 lines
143 B
TOML
9 lines
143 B
TOML
#TODO make libxcb work
|
|
[source]
|
|
git = "https://github.com/transmissions11/headers"
|
|
[build]
|
|
template = "cargo"
|
|
dependencies = [
|
|
"libxcb",
|
|
]
|