Remove ?ref=devel from raylib-zig dep url

This commit is contained in:
Jared Miller 2025-12-15 11:54:03 -05:00
parent 788263b7fe
commit 0b2ab1bc4d

View file

@ -4,7 +4,7 @@
.fingerprint = 0x74960d9e2a8050e2, .fingerprint = 0x74960d9e2a8050e2,
.dependencies = .{ .dependencies = .{
.raylib_zig = .{ .raylib_zig = .{
.url = "git+https://github.com/raylib-zig/raylib-zig?ref=devel#a4d18b2d1cf8fdddec68b5b084535fca0475f466", .url = "git+https://github.com/raylib-zig/raylib-zig#a4d18b2d1cf8fdddec68b5b084535fca0475f466",
.hash = "raylib_zig-5.6.0-dev-KE8REL5MBQAf3p497t52Xw9P7ojndIkVOWPXnLiLLw2P", .hash = "raylib_zig-5.6.0-dev-KE8REL5MBQAf3p497t52Xw9P7ojndIkVOWPXnLiLLw2P",
}, },
}, },