-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathbuild.zig.zon
More file actions
34 lines (34 loc) · 1.07 KB
/
build.zig.zon
File metadata and controls
34 lines (34 loc) · 1.07 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
.{
.name = .freetype,
.version = "2.14.3",
.fingerprint = 0xac2059b675967f0b,
.minimum_zig_version = "0.15.2",
.paths = .{
"LICENSE",
"Library.zig",
"build.zig",
"build.zig.zon",
"c.zig",
"computations.zig",
"errors.zig",
"face.zig",
"freetype-zig.h",
"main.zig",
"tag.zig",
"test.zig",
},
.dependencies = .{
.freetype = .{
.url = "https://download.savannah.gnu.org/releases/freetype/freetype-2.14.3.tar.xz",
.hash = "N-V-__8AAJo-LAHFNfa0p0oMQqmwlBEAZMOeo03azXgrKLTT",
},
.libpng = .{
.url = "git+https://github.com/allyourcodebase/libpng#e123eca2140de78f1017a46c24e330fb3024fc58",
.hash = "libpng-1.6.57-oiaFGuYqAAB3CK1mjIzXHn2Z3EVV9okuko-VH23OOSV_",
},
.zlib = .{
.url = "git+https://github.com/allyourcodebase/zlib?ref=1.3.2#d3b5519d3b73616a6bfece0712f080029d2a9244",
.hash = "zlib-1.3.2-ZZQ7lc8NAAAHm9MDfplvwoesXvk4tVm6VCsiI8KnIbT0",
},
},
}