-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.zig.zon
More file actions
35 lines (35 loc) · 1.28 KB
/
build.zig.zon
File metadata and controls
35 lines (35 loc) · 1.28 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
.{
.name = .engine,
.version = "0.18.0",
.fingerprint = 0xe8a81a8d0aa558d5,
.minimum_zig_version = "0.16.1",
.dependencies = .{
.resources = .{
.url = "git+https://github.com/loftafi/resources.git#593231e13bbb528e0cd35d17f70e48ae55751a04",
.hash = "resources-1.1.0-J0GwIz2CAgAOXMRVVNzsdORb6cFsmVkZpk8hX0o3KmXk",
},
.sdl = .{
.url = "git+https://github.com/castholm/SDL.git#887fa805e40d5c7bb3955ae69b89ed566c6a0471",
.hash = "sdl-0.4.0+3.4.0-SDL--rq2owEZsySGuHCuVJ9naEvH3i3e_pyUIjziBtJ-",
},
.sdl_ttf = .{
.url = "git+https://github.com/loftafi/SDL_ttf.git#1664f9dd72900cc54902222c656e922e62812206",
.hash = "sdl_ttf-3.2.26-2-9xyaiOwVBwBas0CEbu59d9QdQHmBKgpjDso-g1kjSdCP",
},
.zstbi = .{
.url = "git+https://github.com/zaddok/zstbi.git#456b7620bf8036d29454d98cb506e0428e6510ae",
.hash = "zstbi-0.11.0-dev-L0Ea_06WBwCZoJBl6SD0bcHOLEEIrD5xbQ0TbXe-SQ5Y",
},
},
.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",
},
}