mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
14 lines
373 B
Zig
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" },
|
|
},
|
|
}
|