mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-28 23:58:42 +08:00
12 lines
283 B
TOML
12 lines
283 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 = "v1.4.346"
|
|
shallow_clone = true
|
|
[build]
|
|
template = "cmake"
|
|
dependencies = [
|
|
"libxkbcommon",
|
|
]
|