-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.zig.zon
More file actions
27 lines (27 loc) · 1.04 KB
/
Copy pathbuild.zig.zon
File metadata and controls
27 lines (27 loc) · 1.04 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
.{
.name = .neglect,
.version = "0.1.1",
// Together with `name`, this is a globally unique package identifier. It
// is generated once and then *never changes*. Regenerate it (delete the
// field and run `zig build`) only when forking the project.
.fingerprint = 0x139a11430ae8855a, // Changing this has security and trust implications.
// Tracks the earliest Zig version that the package considers to be a
// supported use case.
.minimum_zig_version = "0.16.0",
.dependencies = .{
.vaxis = .{
.url = "git+https://github.com/rockorager/libvaxis.git#82cec0db8fc57c32f2ce4c1c3fc377052f4c86ba",
.hash = "vaxis-0.6.0-BWNV_KwYCgB-L5MNRY8I8HGbKDE6KOxDPAVSaZ8-3lJ8",
},
.zf = .{
.url = "git+https://github.com/natecraddock/zf#c35c421f84895193246db06c40683c1a30e616ef",
.hash = "zf-0.11.0-OIRy8X-RAAAwaRXHMYpj2uvBnuGTZWEE_3V7acqHQNtW",
},
},
.paths = .{
"build.zig",
"build.zig.zon",
"src",
"README.md",
},
}