-
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) · 786 Bytes
/
build.zig.zon
File metadata and controls
26 lines (26 loc) · 786 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 = .usrl,
.fingerprint = 0x721f6fbc8c086a5a,
.version = "1.0.1",
.dependencies = .{
.libyaml = .{
.url = "git+https://github.com/DanielKMach/libyaml?ref=zig-build#ae56291dff4b6c6711363397679f300db76dcce7",
.hash = "libyaml-0.2.5-dev-y9fK44HYBQAFwtl978qJ6z3H1Wymop1Pkl0a-g-NUV2x",
},
.ztracy = .{
.url = "git+https://github.com/zig-gamedev/ztracy#d95d2a193b9f97944a17026c9a42b5d0f9a88c94",
.hash = "ztracy-0.14.0-dev-zHJSqzUHGQAmhJybhlwtl1QKevUBw4M5YKZqPfWx2y99",
},
},
.paths = .{
"build.zig",
"build.zig.zon",
"src",
"lib",
"tests",
"MANUAL.md",
// For example...
//"LICENSE",
//"README.md",
},
}