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