-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.zig.zon
More file actions
26 lines (26 loc) · 954 Bytes
/
build.zig.zon
File metadata and controls
26 lines (26 loc) · 954 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
.{
.name = .msdf_atlas_gen_wrapper,
.version = "0.0.1",
.fingerprint = 0x1a6bb3ba17325baa,
.minimum_zig_version = "0.15.2",
.paths = .{
"build.zig",
"build.zig.zon",
"wrapper",
"msdf-atlas-gen",
},
.dependencies = .{
.freetype = .{
.url = "git+https://github.com/allyourcodebase/freetype#1082522e99fcc2554ca849cf5042878a371b5bd2",
.hash = "freetype-2.14.1-C3-WdWqKAADJcxSH2bo9uMDiBAoDcIhOSl1-DADGIIM2",
},
.libpng = .{
.url = "git+https://github.com/allyourcodebase/libpng#4783adcb3b8ed0e3d5032a3434059be594755f57",
.hash = "libpng-1.6.53-oiaFGtwqAAB2XTxMgi4dG96BUO-0_BtUFtxKraIwq6-w",
},
.zlib = .{
.url = "git+https://github.com/allyourcodebase/zlib#3599c16d41dbe749ae51b0ff7ab864c61adc779a",
.hash = "zlib-1.3.1-ZZQ7lc8NAABUbHzDe_cSWboCqMbrLkVwvFkKnojgeiT2",
},
},
}