mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-27 15:24:18 +08:00
11 lines
294 B
TOML
11 lines
294 B
TOML
#TODO not compiled or tested
|
|
# build instructions: https://github.com/KhronosGroup/Vulkan-Loader/blob/main/BUILD.md
|
|
[source]
|
|
git = "https://github.com/KhronosGroup/Vulkan-Loader"
|
|
rev = "cf1a1eff115465b2425d287bef1e94ca62b0de1b"
|
|
[build]
|
|
template = "cmake"
|
|
dependencies = [
|
|
"libxkbcommon",
|
|
]
|