-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.zig.zon
More file actions
54 lines (54 loc) · 2.17 KB
/
Copy pathbuild.zig.zon
File metadata and controls
54 lines (54 loc) · 2.17 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
.{
.name = .engine,
.version = "0.51.0",
.fingerprint = 0xe8a81a8d0aa558d5,
.minimum_zig_version = "0.17.0-dev.1426+58a94eaae",
.dependencies = .{
.translator = .{
.url = "git+https://github.com/loftafi/translator#0bff329c00af604a7e1527927c81e9414ce910b0",
.hash = "translator-0.2.2-cfHZxpVQAABgy0sOgPdOCCGTdt17v1E04JSsPp3XpRHl",
},
.resources = .{
.url = "git+https://github.com/loftafi/resources#22bfb4f67ddc9bc5407dafd6da5b746be42a7c87",
.hash = "resources-3.2.4-J0GwI_qfzAD76zo-zxgy3WO1uIYaPZOh1Wvh3GAxtUag",
},
.translate_c = .{
.url = "git+https://codeberg.org/ziglang/translate-c#0944784e197e419433a21d4b28bfc65e48e7d514",
.hash = "translate_c-0.0.0-Q_BUWo5NBwBs3K0a-B1XbxEF3gFdTb75VgOE0FL-2qKL",
},
.TrueType = .{
.url = "git+https://codeberg.org/andrewrk/TrueType.git#ce9da97eb4d1d30fee2a3faa190b25cf0c5d0797",
.hash = "TrueType-2.0.0-Ne-mWFx1AQCFjSOoGeTbEftPraXV6E9bZ2eOwcIUfnec",
},
.zig_objc = .{
// Used on iOS/macOS to register local notifications
.url = "git+https://github.com/loftafi/zig-objc#3352c12a868f8787ab71bf2ca6eab9fcfb635c52",
.hash = "zig_objc-0.0.0-Ir_Sp_4tAQDXtPi51nW_jD9LOEzBvU9lofwO9Pzi6IB4",
},
.sdl_mixer = .{
// Required by the android template if `zig build android` is requested.
.url = "https://github.com/libsdl-org/SDL_mixer/archive/refs/tags/release-3.2.4.tar.gz",
.hash = "N-V-__8AADpm6wBISpVEXBiXyYZNjm0JDAI2qa8lydmFKm4W",
},
},
.paths = .{
"build.zig",
"build.zig.zon",
"src",
"LICENSE.md",
"README.md",
"libs/sdl/",
"libs/SDL3.xcframework",
"libs/SDL3_mixer.xcframework",
"build/android_template_update.zig",
"build/doc_serve.zig ",
"build/FindNDK.zig",
"build/platforms.zig",
"build/text_replace.zig",
"build/generate_libc.zig",
"build/lib_check.zig",
"build/xcode_template_update.zig",
"templates/android/",
"templates/xcode/",
},
}