-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.zig.zon
More file actions
29 lines (27 loc) · 915 Bytes
/
Copy pathbuild.zig.zon
File metadata and controls
29 lines (27 loc) · 915 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
.{
.fingerprint = 0xf6901ca342b074b0,
.name = .pdfzig,
.version = "0.1.1",
.minimum_zig_version = "0.15.1",
.dependencies = .{
.zigimg = .{
.url = "https://github.com/zigimg/zigimg/archive/refs/tags/zigimg_zig_0.15.1.tar.gz",
.hash = "zigimg-0.1.0-8_eo2jNrFQD4mu3EAUkfQRmCkyfprdIXc8JQ6uyxhjSQ",
},
.zstbi = .{
.url = "git+https://github.com/zig-gamedev/zstbi#664305dd52640be15cbebd7cd73d1199679933e1",
.hash = "zstbi-0.11.0-dev-L0Ea_2yVBwA4uh-tHfgdhZcQaWRoZVYlNGs4Dl_WTeuR",
},
.glob = .{
.url = "https://github.com/xcaeser/glob.zig/archive/v0.1.0.tar.gz",
.hash = "glob-0.1.0-AymqdJQ4AABqoaLWCtZyfQh4_bEh7c8bhffcZNp7HWsL",
},
},
.paths = .{
"build.zig",
"build.zig.zon",
"src",
"LICENSE",
"THIRD_PARTY_NOTICES.md",
},
}