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", }, }