redox/recipes/wip/graphics/other/vulkan-tools/recipe.toml
2025-10-08 13:46:15 -03:00

11 lines
293 B
TOML

#TODO not compiled or tested
# build instructions: https://github.com/KhronosGroup/Vulkan-Tools/blob/main/BUILD.md
[source]
git = "https://github.com/KhronosGroup/Vulkan-Tools"
rev = "7e75f4d389799129b79f90d1401f15f511796dbd"
[build]
template = "cmake"
cmakeflags = [
"-DUPDATE_DEPS=ON"
]