Initial commit
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
[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"
|
||||
Reference in New Issue
Block a user