forked from marler8997/zigx
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.zig.zon
More file actions
33 lines (33 loc) · 1.03 KB
/
build.zig.zon
File metadata and controls
33 lines (33 loc) · 1.03 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
.{
.name = .x11,
.version = "0.0.0",
.fingerprint = 0x3220e772e6b06bc9,
.zig_version = "0.15.2",
.minimum_zig_version = "0.14.0",
.dependencies = .{
.iobackport = .{
.url = "git+https://github.com/marler8997/zig-io-backport#16d6621a2b42874dc3a4822be48dbf7e3e7b50ff",
.hash = "iobackport-0.0.0-KeWQeDGeAwA_MbngHydEnyLQQuQ4V05Y-KQQSMEte7gw",
.lazy = true,
},
.TrueType = .{
.url = "git+https://codeberg.org/andrewrk/TrueType#8b5dbf3a3bfbb84190377385f5e609c8788a5450",
.hash = "TrueType-0.0.0-Ne-mWLVxAQAvMshfhjrJh3GbRHBLSNtF-zXZ0Zt_bHGP",
},
// Used by examples
.inter = .{
.url = "https://github.com/rsms/inter/releases/download/v4.1/Inter-4.1.zip",
.hash = "N-V-__8AAAv-sAOXPycbcfSerQ5vsDx3k-PZC5fy2p9ScNi8",
},
},
.paths = .{
"build.zig",
"build.zig.zon",
"c",
"examples",
"src",
"test",
"tools",
"README.md",
},
}