pkg/glslang update

This commit is contained in:
Mitchell Hashimoto
2024-05-09 20:57:28 -07:00
parent 6672568473
commit 650bf3788f
2 changed files with 5 additions and 5 deletions

View File

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

View File

@ -4,8 +4,8 @@
.paths = .{""}, .paths = .{""},
.dependencies = .{ .dependencies = .{
.spirv_cross = .{ .spirv_cross = .{
.url = "https://github.com/KhronosGroup/SPIRV-Cross/archive/4818f7e7ef7b7078a3a7a5a52c4a338e0dda22f4.tar.gz", .url = "https://github.com/KhronosGroup/SPIRV-Cross/archive/476f384eb7d9e48613c45179e502a15ab95b6b49.tar.gz",
.hash = "1220b2d8a6cff1926ef28a29e312a0a503b555ebc2f082230b882410f49e672ac9c6", .hash = "1220fb3b5586e8be67bc3feb34cbe749cf42a60d628d2953632c2f8141302748c8da",
}, },
.apple_sdk = .{ .path = "../apple-sdk" }, .apple_sdk = .{ .path = "../apple-sdk" },