mirror of
https://github.com/Not-Nik/raylib-zig.git
synced 2025-09-09 03:57:29 +00:00
29 lines
904 B
Zig
29 lines
904 B
Zig
.{
|
|
.name = "raylib-zig",
|
|
.version = "5.5.0",
|
|
.dependencies = .{
|
|
.raylib = .{
|
|
.url = "https://github.com/raysan5/raylib/archive/c4be01329493d0e772a04de08639b4da32905d2a.tar.gz",
|
|
.hash = "1220d1c8697d41a42d4eaaf3f8709865534d1f3d6ad63f8a27500fa881380651a1c5",
|
|
},
|
|
.raygui = .{
|
|
.url = "https://github.com/raysan5/raygui/archive/1e03efca48c50c5ea4b4a053d5bf04bad58d3e43.tar.gz",
|
|
.hash = "122062b24f031e68f0d11c91dfc32aed5baf06caf26ed3c80ea1802f9e788ef1c358",
|
|
}
|
|
},
|
|
.minimum_zig_version = "0.13.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",
|
|
},
|
|
}
|