-
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) · 966 Bytes
/
Copy pathbuild.zig.zon
File metadata and controls
37 lines (37 loc) · 966 Bytes
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 = .eztex,
.version = "0.0.1",
.fingerprint = 0x86dee9b8df515cc0, // Changing this has security and trust implications.
.minimum_zig_version = "0.17.0-dev.269+ebff43698",
.dependencies = .{
.tectonic = .{
.path = "pkg/tectonic",
},
.harfbuzz = .{
.path = "pkg/harfbuzz",
},
.freetype = .{
.path = "pkg/freetype",
},
.zlib = .{
.url = "git+https://github.com/allyourcodebase/zlib#c5115f4b69ef660f72a835c6638f80508ef284c7",
.hash = "zlib-1.3.1-1-ZZQ7ldENAAA7qJjUXP6E6xnRuV-jDL9dyoJFc_eb3zQ6",
},
.libpng = .{
.path = "pkg/libpng",
},
.icu = .{
.path = "pkg/icu",
},
.graphite2 = .{
.path = "pkg/grphite",
},
},
.paths = .{
"build.zig",
"build.zig.zon",
"src",
"csrc",
"pkg",
},
}