mirror of
https://github.com/raylib-zig/raylib-zig.git
synced 2025-12-06 06:13:08 +00:00
38 lines
1.3 KiB
Zig
38 lines
1.3 KiB
Zig
.{
|
|
.name = .raylib_zig,
|
|
.version = "5.6.0-dev",
|
|
.fingerprint = 0xc4cfa8c610114f28,
|
|
.dependencies = .{
|
|
.raylib = .{
|
|
.url = "git+https://github.com/raysan5/raylib#82d65e110a2caba862b31a3f1c11ca7a8ba60e3b",
|
|
.hash = "raylib-5.6.0-dev-whq8uHRjyARJNFHTJ8fBtYU71IrnB-rTHJwuasjUnRWt",
|
|
},
|
|
.raygui = .{
|
|
.url = "git+https://github.com/raysan5/raygui#6530ee136b3c5af86c5640151f07837a604308ec",
|
|
.hash = "N-V-__8AAOQabwCjOjMI2uUTw4Njc0tAUOO6Lw2kCydLbvVG",
|
|
},
|
|
.emsdk = .{
|
|
.url = "git+https://github.com/emscripten-core/emsdk#4.0.9",
|
|
.hash = "N-V-__8AAJl1DwBezhYo_VE6f53mPVm00R-Fk28NPW7P14EQ",
|
|
},
|
|
.zemscripten = .{
|
|
.url = "git+https://github.com/zig-gamedev/zemscripten?ref=main#00da03b188220374a57cb34cda6230b8d53737ea",
|
|
.hash = "zemscripten-0.2.0-dev-sRlDqFJSAAB8hgnRt5DDMKP3zLlDtMnUDwYRJVCa5lGY",
|
|
},
|
|
},
|
|
.minimum_zig_version = "0.15.1",
|
|
.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",
|
|
},
|
|
}
|