-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathbuild.zig.zon
More file actions
30 lines (30 loc) · 831 Bytes
/
Copy pathbuild.zig.zon
File metadata and controls
30 lines (30 loc) · 831 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
.{
.name = .x11,
.version = "0.0.0",
.fingerprint = 0x3220e772e6b06bc9,
.zig_version = "0.15.2",
.minimum_zig_version = "0.15.2",
.dependencies = .{
.TrueType = .{
.url = "git+https://codeberg.org/marler/TrueType#1d2012f9b7af8c6bb224017a459b0124fcf004ed",
.hash = "TrueType-0.0.0-Ne-mWNVzAQBpo-7-locnCb9lfth2lCeCa2WT6Og7Kbzs",
},
// 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",
"xtt",
"README.md",
"zigversion",
},
}