mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-05-31 04:28:37 +03:00
16 lines
465 B
Zig
16 lines
465 B
Zig
.{
|
|
.name = .glslang,
|
|
.version = "14.2.0",
|
|
.fingerprint = 0x274a35558e2e504,
|
|
.paths = .{""},
|
|
.dependencies = .{
|
|
// KhronosGroup/glslang
|
|
.glslang = .{
|
|
.url = "https://deps.files.ghostty.org/glslang-12201278a1a05c0ce0b6eb6026c65cd3e9247aa041b1c260324bf29cee559dd23ba1.tar.gz",
|
|
.hash = "N-V-__8AABzkUgISeKGgXAzgtutgJsZc0-kkeqBBscJgMkvy",
|
|
},
|
|
|
|
.apple_sdk = .{ .path = "../apple-sdk" },
|
|
},
|
|
}
|