-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbuild.zig.zon
More file actions
21 lines (21 loc) · 931 Bytes
/
build.zig.zon
File metadata and controls
21 lines (21 loc) · 931 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.{
.name = .cpplings,
.version = "0.0.0",
.fingerprint = 0x6719bcd28155f7e5,
.minimum_zig_version = "0.15.1",
.dependencies = .{
.vaxis = .{
.url = "git+https://github.com/rockorager/libvaxis.git#ec8e7bd481098472a4f6ae850894328d0632e343",
.hash = "vaxis-0.5.1-BWNV_NAXCQBfhj7096k0ejbvSUOmQ21UuvIab9lr5xPE",
},
.googletest = .{
.url = "git+https://github.com/nooneknowspeter/googletest#90981c05aeafd9dd885ba8b49d6afa8f6df77adb",
.hash = "googletest-1.17.0-yQyPFmGECAACww8tJ3IXFK823pe3_l5P1WOJzE3wao4u",
},
.compile_flagz = .{
.url = "git+https://github.com/deevus/compile_flagz#59bce23aa6ad232655a288852999d94a78edaf7f",
.hash = "compile_flagz-2.0.0-dev-SrEtlFgcAAAOYG5s4Fe5BLdoynlL3MW0SS7RilJB5kTc",
},
},
.paths = .{ "build.zig", "build.zig.zon", "src", "LICENSE", "README.md" },
}