redox/recipes/wip/dev/graphics/spirv-tools/recipe.toml
2026-05-23 11:55:42 -03:00

12 lines
278 B
TOML

#TODO compile and test
# build instructions: https://github.com/KhronosGroup/SPIRV-Tools#build
[source]
git = "https://github.com/KhronosGroup/SPIRV-Tools"
rev = "vulkan-sdk-1.4.350.0"
shallow_clone = true
[build]
template = "cmake"
cmakeflags = [
"-DSPIRV_SKIP_TESTS=ON"
]