mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-02 01:28:42 +08:00
12 lines
278 B
TOML
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"
|
|
]
|