Edited spirv-headers build behavior

This commit is contained in:
Kai Angulo 2024-06-03 01:48:58 -07:00
parent a49840f365
commit 51f29f865e
3 changed files with 68 additions and 89 deletions

View file

@ -1,22 +1,27 @@
.{
.name = "glslang",
.version = "0.1.0",
.paths = .{
"External",
"glslang",
"gtests",
"SPIRV",
"StandAlone",
"Test",
"build.zig",
"build.zig.zon",
".mailmap",
"CHANGES.md",
"CODE_OF_CONDUCT.md",
"LICENSE.txt",
"README-spirv-remap.md",
"README.md",
"SECURITY.md",
},
.dependencies = .{},
}
.{
.name = "glslang",
.version = "0.1.0",
.paths = .{
"External",
"glslang",
"gtests",
"SPIRV",
"StandAlone",
"Test",
"build.zig",
"build.zig.zon",
".mailmap",
"CHANGES.md",
"CODE_OF_CONDUCT.md",
"LICENSE.txt",
"README-spirv-remap.md",
"README.md",
"SECURITY.md",
},
.dependencies = .{
.@"SPIRV-Tools" = .{
.path = "External/spirv-tools", // Downloaded with update_glslang_sources.py
.lazy = true,
},
},
}