raylib-zig/build.zig.zon
oneearedrabbit 171c2e100c
Update raylib to the latest version (#101)
* Update raylib to the latest

* Update API

---------

Co-authored-by: Not-Nik <nik.wipper@gmx.de>
2024-06-05 22:01:32 +02:00

29 lines
903 B
Zig

.{
.name = "raylib-zig",
.version = "5.1.0",
.dependencies = .{
.raylib = .{
.url = "https://github.com/raysan5/raylib/archive/5767c4cd059e07355ae5588966d0aee97038a86b.tar.gz",
.hash = "1220aa75240ee6459499456ef520ab7e8bddffaed8a5055441da457b198fc4e92b26",
},
.raygui = .{
.url = "https://github.com/raysan5/raygui/archive/4b3d94f5df6a5a2aa86286350f7e20c0ca35f516.tar.gz",
.hash = "122002d98ca255ec706ef8e5497b3723d6c6e163511761d116dac3aee87747d46cf1",
}
},
.minimum_zig_version = "0.12.0",
.paths = .{
"build.zig",
"build.zig.zon",
"emcc.zig",
"lib/raylib.zig",
"lib/raylib-ext.zig",
"lib/raymath.zig",
"lib/raymath-ext.zig",
"lib/rlgl.zig",
"lib/rlgl-ext.zig",
"lib/raygui.zig",
"lib/raygui-ext.zig"
},
}