summaryrefslogtreecommitdiff
path: root/vere/ext/tracy/build.zig.zon
blob: c3f2b6e20e1202f39aee18e749a4a8446d985966 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
.{
    .name = "tracy",
    .version = "0.0.1",
    .dependencies = .{
        .tracy = .{
            .url = "https://github.com/wolfpld/tracy/archive/v0.12.2.tar.gz",
            .hash = "N-V-__8AANptPwE8EYOS5w6KRzVyfllpOBthYRcuuQvYhhxb",
        },
    },
    .paths = .{
        "",
    },
}