mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
12 lines
322 B
Zig
12 lines
322 B
Zig
.{
|
|
.name = "glslang",
|
|
.version = "13.1.1",
|
|
.paths = .{""},
|
|
.dependencies = .{
|
|
.glslang = .{
|
|
.url = "https://github.com/KhronosGroup/glslang/archive/refs/tags/13.1.1.tar.gz",
|
|
.hash = "1220481fe19def1172cd0728743019c0f440181a6342b62d03e24d05c70141516799",
|
|
},
|
|
},
|
|
}
|