-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.zig.zon
More file actions
39 lines (39 loc) · 1.5 KB
/
build.zig.zon
File metadata and controls
39 lines (39 loc) · 1.5 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
38
39
.{
.name = .engine,
.version = "0.20.6",
.fingerprint = 0xe8a81a8d0aa558d5,
.minimum_zig_version = "0.16.0",
.dependencies = .{
.resources = .{
.url = "git+https://github.com/loftafi/resources.git#45a65b8c8c45592bcc732609b08c3d53dac57391",
.hash = "resources-2.0.3-J0GwI8l_AgDF55BHgZKeI34oU_EBwmNhWBPYf3UtztMa",
},
.sdl = .{
.url = "git+https://github.com/castholm/SDL.git#c5ba24c694b5d520cdc1d029d8def398690d6894",
.hash = "sdl-0.4.2+3.4.4-SDL--kB3pQHKG_4zWG-pH04ZcZZj_IRF7dwMpxNVGwd6",
},
.sdl_ttf = .{
.url = "git+https://github.com/loftafi/SDL_ttf.git#9840b80ed31152e706152ceaf7e75cf9d3d0c6bd",
.hash = "sdl_ttf-3.2.26-3-9xyaiOwVBwB_wfOYOjujxAdD3rZPUkTYQYKscywJYUfl",
},
.zstbi = .{
.url = "git+https://github.com/zaddok/zstbi.git#456b7620bf8036d29454d98cb506e0428e6510ae",
.hash = "zstbi-0.11.0-dev-L0Ea_06WBwCZoJBl6SD0bcHOLEEIrD5xbQ0TbXe-SQ5Y",
},
.translator = .{
.url = "git+https://github.com/loftafi/translator.git#ac07a6006040f195f8cc4a4de07af3f4bb1d3436",
.hash = "translator-0.1.8-cfHZxjhNAAAgL8zOVPESfQGNaAGYbz4X0m50as2_6aGs",
},
},
.paths = .{
"build.zig",
"build.zig.zon",
"src",
"LICENSE.md",
"README.md",
"libs/SDL3.xcframework",
"libs/SDL3_ttf.xcframework",
"libs/SDL3_mixer.xcframework",
"build/find_ndk.zig",
},
}