summaryrefslogtreecommitdiff
path: root/bench/build.zig.zon
blob: aec7f920911bf080ce24908e63cb9a6949173505 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.{
    .name = .zg,
    .version = "0.0.0",
    .minimum_zig_version = "0.14.0",
    .fingerprint = 0x47df77786eba1512,

    .dependencies = .{
        .ziglyph = .{
            .url = "https://codeberg.org/dgv/ziglyph/archive/main.tar.gz",
            .hash = "ziglyph-0.11.3-o3ARBKTuHwARGJBNZfNXfZsxxS1wCEbI745rgjYnyk4c",
        },
        .zg = .{ .path = ".." },
    },

    .paths = .{
        "build.zig",
        "build.zig.zon",
        "data",
        "src",
    },
}