ghostty/pkg/glslang/build.zig.zon
Mitchell Hashimoto 650bf3788f pkg/glslang update
2024-05-09 20:57:28 -07:00

14 lines
373 B
Zig

.{
.name = "glslang",
.version = "14.2.0",
.paths = .{""},
.dependencies = .{
.glslang = .{
.url = "https://github.com/KhronosGroup/glslang/archive/refs/tags/14.2.0.tar.gz",
.hash = "12201278a1a05c0ce0b6eb6026c65cd3e9247aa041b1c260324bf29cee559dd23ba1",
},
.apple_sdk = .{ .path = "../apple-sdk" },
},
}