Initial commit

This commit is contained in:
2026-03-21 12:43:00 -05:00
commit 83bf16823c
438 changed files with 33617 additions and 0 deletions
+36
View File
@@ -0,0 +1,36 @@
[build]
type = "cmake"
[build.flags]
build_dir = "build"
configure = [
"-DCMAKE_SKIP_INSTALL_RPATH=ON",
"-DBUILD_SHARED_LIBS=ON",
"-DSPIRV-Headers_SOURCE_DIR=/usr",
"-DSPIRV_TOOLS_BUILD_STATIC=OFF",
"-DSPIRV_WERROR=OFF",
]
[dependencies]
build = [
"cmake",
"ninja",
"spirv-headers",
"python",
]
runtime = [
"libcxx",
"glibc",
"sh",
]
[package]
description = "API and commands for processing SPIR-V modules"
homepage = "https://www.khronos.org/spirv/"
license = "Apache-2.0"
name = "spirv-tools"
version = "1.4.341.0"
[[source]]
extract_dir = "$name-$version"
url = "https://github.com/KhronosGroup/SPIRV-Tools#vulkan-sdk-$version"