-
Notifications
You must be signed in to change notification settings - Fork 176
/
Copy pathbuild.zig.zon
29 lines (29 loc) · 905 Bytes
/
build.zig.zon
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
.{
.name = .raylib_zig,
.version = "5.6.0-dev",
.fingerprint = 0xc4cfa8c610114f28,
.dependencies = .{
.raylib = .{
.url = "git+https://github.com/raysan5/raylib?ref=master#f5c96302d5623950dccdca31f8dd66d6d633dbd1",
.hash = "raylib-5.5.0-whq8uFV0zQA9NXxhpYFZk_yHW6xzg5eKGmOtMJ2DOTdU",
},
.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",
},
}