mirror of
https://github.com/Not-Nik/raylib-zig.git
synced 2025-09-08 03:27:28 +00:00
30 lines
905 B
Zig
30 lines
905 B
Zig
.{
|
|
.name = .raylib_zig,
|
|
.version = "5.6.0-dev",
|
|
.fingerprint = 0xc4cfa8c610114f28,
|
|
.dependencies = .{
|
|
.raylib = .{
|
|
.url = "git+https://github.com/raysan5/raylib?ref=master#bdda18656b301303b711785db48ac311655bb3d9",
|
|
.hash = "raylib-5.5.0-whq8uExcNgQBBys4-PIIEqPuWO-MpfOJkwiM4Q1nLXVN",
|
|
},
|
|
.raygui = .{
|
|
.url = "git+https://github.com/raysan5/raygui#1536ae35c7b42d863135f4181fd2a225e531f68b",
|
|
.hash = "N-V-__8AAEp9UgBJ2n1eks3_3YZk3GCO1XOENazWaCO7ggM2",
|
|
},
|
|
},
|
|
.minimum_zig_version = "0.14.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",
|
|
},
|
|
}
|