24 lines
454 B
TOML
24 lines
454 B
TOML
[build]
|
|
type = "cmake"
|
|
|
|
[build.flags]
|
|
build_dir = "build"
|
|
configure = [ "-G Ninja", "-DCMAKE_SKIP_INSTALL_RPATH=ON" ]
|
|
|
|
[dependencies]
|
|
build = [
|
|
"cmake",
|
|
"ninja",
|
|
]
|
|
|
|
[package]
|
|
description = "SPIR-V header files and registry"
|
|
homepage = "https://www.khronos.org/spirv/"
|
|
license = "MIT"
|
|
name = "spirv-headers"
|
|
version = "1.4.341.0"
|
|
|
|
[[source]]
|
|
extract_dir = "$name-$version"
|
|
url = "https://github.com/KhronosGroup/SPIRV-Headers#vulkan-sdk-$version"
|