mirror of
https://github.com/Not-Nik/raylib-zig.git
synced 2025-09-09 12:07:27 +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#61a026f7ef54f17428ee6fdf079b0d2e7bdbca73",
|
|
.hash = "raylib-5.5.0-whq8uGZGzQDi3_L7tJzgEINoZN-HwmOs0zkkc2g7ysIZ",
|
|
},
|
|
.raygui = .{
|
|
.url = "git+https://github.com/raysan5/raygui#9a95871701a5fc63bea35eab73fef6414e048b73",
|
|
.hash = "N-V-__8AAPZ7UgBpukXNy27vajQpyiPrEZpV6jOLzI6-Otc_",
|
|
},
|
|
},
|
|
.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",
|
|
},
|
|
}
|