forked from raylib-zig/raylib-zig
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.zig.zon
More file actions
37 lines (37 loc) · 1.29 KB
/
build.zig.zon
File metadata and controls
37 lines (37 loc) · 1.29 KB
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
30
31
32
33
34
35
36
37
.{
.name = .raylib_zig,
.version = "5.6.0-dev",
.fingerprint = 0xc4cfa8c610114f28,
.dependencies = .{
.raylib = .{
.url = "git+https://github.com/lumenkeyes/raylib#646dac50ec2c65ce7010ff4688320f3a004c54d2",
.hash = "raylib-5.6.0-dev-whq8uBwD4wTeyavIGZIebG1oT9qFpowyjXOhCMfszeZc",
},
.raygui = .{
.url = "git+https://github.com/raysan5/raygui#9cdfec460b43a17264af3c181c46f62bf107ac17",
.hash = "N-V-__8AALUbbwDKkSH4nbf3Ml_dTWo9qbELvle5i9eQZMuo",
},
.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",
},
}