From f26b2ab084be5e2840b7451818590cc512b7b972 Mon Sep 17 00:00:00 2001 From: Rob Rossmiller Date: Tue, 3 Sep 2024 09:49:57 -0400 Subject: [PATCH] Update build.zig.zon (#145) --- build.zig.zon | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.zig.zon b/build.zig.zon index 256b0ee..28978f9 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -4,7 +4,7 @@ .dependencies = .{ .raylib = .{ .url = "https://github.com/raysan5/raylib/archive/5f49ec3d6448502d798d4d404e08e354ec48012a.tar.gz", - .hash = "1220aa75240ee6459499456ef520ab7e8bddffaed8a5055441da457b198fc4e92b26", + .hash = "1220f655fd57d8e10b5dbe7d99c45a0b9836a13cea085d75cd4c15f6e603a1fcb058", }, .raygui = .{ .url = "https://github.com/raysan5/raygui/archive/4b3d94f5df6a5a2aa86286350f7e20c0ca35f516.tar.gz", @@ -23,6 +23,6 @@ "lib/rlgl.zig", "lib/rlgl-ext.zig", "lib/raygui.zig", - "lib/raygui-ext.zig" + "lib/raygui-ext.zig", }, }