Update build.zig.zon (#145)

This commit is contained in:
Rob Rossmiller 2024-09-03 09:49:57 -04:00 committed by GitHub
parent e3e3a7518a
commit f26b2ab084
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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