redox/recipes/wip/libs/graphics/libvulkan/recipe.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",
]