Initial commit
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user